| version: 1.1.0 |
| cache: true |
|
|
| endpoints: |
| custom: |
| |
| - name: "OpenRouter" |
| apiKey: "${OPENROUTER_KEY}" |
| baseURL: "https://openrouter.ai/api/v1" |
| models: |
| default: ["meta-llama/llama-3.1-8b-instruct:free", "google/gemini-flash-1.5"] |
| fetch: true |
| titleConvo: true |
| summarize: true |
| modelDisplayLabel: "OpenRouter" |
| addParams: |
| route: "fallback" |
|
|
| |
| - name: "NVIDIA" |
| apiKey: "${NVIDIA_API_KEY}" |
| baseURL: "https://integrate.api.nvidia.com/v1" |
| models: |
| default: ["nvidia/llama-3.1-nemotron-70b-instruct", "meta/llama-3.1-8b-instruct", "stepfun-ai/step-3.5-flash"] |
| fetch: true |
| titleConvo: true |
| summarize: true |
| modelDisplayLabel: "NVIDIA NIM" |
| iconURL: "https://www.nvidia.com/favicon.ico" |