Provider Slug.
nomic
Portkey SDK Integration with Nomic
Portkey provides a consistent API to interact with embedding models from various providers. To integrate Nomic with Portkey:1. Integrate Nomic in your Portkey account
You can head over to the Integrations tab and connect Nomic with API key. This will be then used to make API requests to Nomic without needing the protected API key. Grab your Nomic API key from here.
Connect Nomic in Portkey
2. Install the Portkey SDK and Initialize with Nomic
Add the Portkey SDK to your application to interact with Nomic’s API through Portkey’s gateway.- NodeJS SDK
- Python SDK
3. Invoke the Embeddings API with Nomic
Use the Portkey instance to send requests to your Nomic API. You can also override the virtual key directly in the API call if needed.- NodeJS SDK
- Python SDK