| title | DeepInfra |
|---|---|
| description | Configure DeepInfra with Continue 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>
</Tab>
<Tab title="JSON (Deprecated)">
```json title="config.json"
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "deepinfra",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_DEEPINFRA_API_KEY>"
}
]
}