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-042025-012024-102024-072024-04
Python SDKv7.xv6.xv5.3.xv5.0.x-v5.2.xv4.x
Node.js SDKv6.xv5.xv4.xv3.xv2.x
Java SDKv5.xv4.xv3.xv2.xv1.x
Go SDKv4.xv3.xv2.xv1.xv0.x
.NET SDKv4.xv3.xv2.xv1.xv0.x
When a new stable API version is released, you should upgrade your SDK to the latest version to ensure compatibility with the latest API changes.
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.