Pinecone SDKs
Official Pinecone SDKs provide convenient access to the Pinecone APIs.SDK versions
SDK versions are pinned to specific API versions. When a new API version is released, a new version of the SDK is also released. The mappings between API versions and SDK versions are as follows:2025-04 | 2025-01 | 2024-10 | 2024-07 | 2024-04 | |
---|---|---|---|---|---|
Python SDK | v7.x | v6.x | v5.3.x | v5.0.x-v5.2.x | v4.x |
Node.js SDK | v6.x | v5.x | v4.x | v3.x | v2.x |
Java SDK | v5.x | v4.x | v3.x | v2.x | v1.x |
Go SDK | v4.x | v3.x | v2.x | v1.x | v0.x |
.NET SDK | v4.x | v3.x | v2.x | v1.x | v0.x |
SDK versions are not available for the current release candidate API (
2025-10
).Limitations
While Pinecone tracks read unit usage with decimal precision, the Pinecone API and SDKs round these values up to the nearest whole number in query, fetch, and list responses. For example, if a query uses 0.45 read units, the API and SDKs will report it as 1 read unit. For precise read unit reporting, see index-level metrics or the organization-wide Usage dashboard.Community SDKs
Find community-contributed SDKs for Pinecone. These libraries are not supported by Pinecone.- Ruby SDK (contributed by ScotterC)
- Scala SDK (contributed by cequence-io)
- PHP SDK (contributed by protobots-io)