Provider Slug.
nomic
Obiguard SDK Integration with Nomic
Obiguard provides a consistent API to interact with embedding models from various providers. To integrate Nomic with Obiguard:1. Create a Virtual Key for Nomic in your Obiguard account
You can head over to the virtual keys tab and create one for Nomic. This will be then used to make API requests to Nomic without needing the protected API key.2. Install the Obiguard SDK and Initialize with this Virtual Key
Add the Obiguard SDK to your application to interact with Nomic’s API through Obiguard’s gateway.3. Invoke the Embeddings API with Nomic
Use the Obiguard instance to send requests to your Nomic API. You can also override the virtual key directly in the API call if needed.Next Steps
The complete list of features supported in the SDK are available on the link below.Obiguard SDK Client
Learn more about the Obiguard SDK Client