Get an API key from the Deep Infra
Configuration
- YAML
- JSON (Deprecated)
config.yaml
Check out a more advanced configuration here
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gobi CLI v1.4.49 is live 🚀 Learn how you can leverage the CLI with our MCP Cookbooks
Configure DeepInfra with Gobi to access low-cost inference for open-source models like Mixtral-8x7B-Instruct, including API setup instructions
models:
- name: <MODEL_NAME>
provider: deepinfra
model: <MODEL_ID>
apiKey: <YOUR_DEEPINFRA_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "deepinfra",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_DEEPINFRA_API_KEY>"
}
]
}