78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"providers": [
|
|
{
|
|
"name": "Cerebras-fast",
|
|
"model": "qwen-3-32b",
|
|
"url": "https://api.cerebras.ai/v1/chat/completions",
|
|
"key_var": "CEREBRAS_API_KEY",
|
|
"priority": 1
|
|
},
|
|
{
|
|
"name": "Groq",
|
|
"model": "llama-3.3-70b-versatile",
|
|
"url": "https://api.groq.com/openai/v1/chat/completions",
|
|
"key_var": "GROQ_KEY",
|
|
"priority": 2
|
|
},
|
|
{
|
|
"name": "NVIDIA-GLM5",
|
|
"model": "nvidia/glm-5",
|
|
"url": "https://integrate.api.nvidia.com/v1/chat/completions",
|
|
"key_var": "NVIDIA_NIM_KEY",
|
|
"priority": 3
|
|
},
|
|
{
|
|
"name": "Gemini",
|
|
"model": "gemini-2.0-flash",
|
|
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent",
|
|
"key_var": "GEMINI_API_KEY",
|
|
"priority": 4
|
|
},
|
|
{
|
|
"name": "SambaNova",
|
|
"model": "DeepSeek-V3-0324",
|
|
"url": "https://api.sambanova.ai/v1/chat/completions",
|
|
"key_var": "SAMBANOVA_API_KEY",
|
|
"priority": 5
|
|
},
|
|
{
|
|
"name": "Mistral",
|
|
"model": "mistral-large-latest",
|
|
"url": "https://api.mistral.ai/v1/chat/completions",
|
|
"key_var": "MISTRAL_API_KEY",
|
|
"priority": 6
|
|
},
|
|
{
|
|
"name": "HF-Router",
|
|
"model": "Qwen/Qwen2.5-72B-Instruct",
|
|
"url": "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-72B-Instruct",
|
|
"key_var": "HF_TOKEN",
|
|
"priority": 7
|
|
},
|
|
{
|
|
"name": "OpenRouter-Free",
|
|
"model": "qwen/qwen3-30b-a3b:free",
|
|
"url": "https://openrouter.ai/api/v1/chat/completions",
|
|
"key_var": "",
|
|
"priority": 8
|
|
},
|
|
{
|
|
"name": "Ollama-Brain",
|
|
"model": "weval-brain-v3",
|
|
"url": "http://localhost:11434/api/chat",
|
|
"key_var": "",
|
|
"priority": 9
|
|
},
|
|
{
|
|
"name": "Ollama-Qwen",
|
|
"model": "qwen3:4b",
|
|
"url": "http://localhost:11434/api/chat",
|
|
"key_var": "",
|
|
"priority": 10
|
|
}
|
|
],
|
|
"litellm_proxy": "http://localhost:4001",
|
|
"litellm_key": "sk-weval-litellm-2026",
|
|
"langfuse_url": "http://localhost:3001",
|
|
"updated": "2026-04-16T00:35:57+00:00"
|
|
} |