Provider Slug.
deepinfra
Portkey SDK Integration with Deepinfra Models
Portkey provides a consistent API to interact with models from various providers. To integrate Deepinfra with Portkey:1. Install the Portkey SDK
Add the Portkey SDK to your application to interact with Mistral AI’s API through Portkey’s gateway.- NodeJS
- Python
2. Initialize Portkey with the Virtual Key
To use Deepinfra with Virtual Key, get your API key from here. Then add it to Portkey to create the virtual key- NodeJS SDK
- Python SDK
3. Invoke Chat Completions
- NodeJS SDK
- Python SDK