Tool Config Files
Generate ready-to-use LLM config files for all currently active free APIs
16 active providers
· Last updated: 2026-05-20
LiteLLM Proxy
Docs
Unified LLM proxy supporting 100+ model routes
Quick Start
- 1
Get API Keys
Obtain an API key from each provider's console
- 2
Replace placeholders
Replace all YOUR_*_API_KEY values with your real keys
- 3
Place config file
Save as
./config.yaml - 4
Start the proxy
Run
litellm --config config.yaml
API Keys
Filename litellm-config.yaml
Format yaml
# LiteLLM Proxy Configuration
# Generated on 2026-05-20
# Includes 16 active providers
model_list:
- model_name: aihubmix/coding-glm-5.1-free
litellm_params:
model: aihubmix/coding-glm-5.1-free
api_base: https://aihubmix.com/v1
api_key: "YOUR_AIHUBMIX_API_KEY"
- model_name: aihubmix/coding-minimax-m2.7-free
litellm_params:
model: aihubmix/coding-minimax-m2.7-free
api_base: https://aihubmix.com/v1
api_key: "YOUR_AIHUBMIX_API_KEY"
- model_name: openrouter/glm-4.5-air:free
litellm_params:
model: openrouter/z-ai/glm-4.5-air:free
api_base: https://openrouter.ai/api/v1
api_key: "YOUR_OPENROUTER_API_KEY"
- model_name: openrouter/minimax-m2.5:free
litellm_params:
model: openrouter/minimax/minimax-m2.5:free
api_base: https://openrouter.ai/api/v1
api_key: "YOUR_OPENROUTER_API_KEY"
- model_name: nvidia-nim/llama-3.3-70b-instruct
litellm_params:
model: nvidia_nim/meta/llama-3.3-70b-instruct
api_base: https://integrate.api.nvidia.com/v1
api_key: "YOUR_NVIDIA_NIM_API_KEY"
- model_name: nvidia-nim/deepseek-v4-pro
litellm_params:
model: nvidia_nim/deepseek-ai/deepseek-v4-pro
api_base: https://integrate.api.nvidia.com/v1
api_key: "YOUR_NVIDIA_NIM_API_KEY"
- model_name: groq/llama-3.3-70b-versatile
litellm_params:
model: groq/llama-3.3-70b-versatile
api_base: https://api.groq.com/openai/v1
api_key: "YOUR_GROQ_API_KEY"
- model_name: groq/llama-4-scout-17b-16e-instruct
litellm_params:
model: groq/meta-llama/llama-4-scout-17b-16e-instruct
api_base: https://api.groq.com/openai/v1
api_key: "YOUR_GROQ_API_KEY"
- model_name: cerebras/llama3.1-8b
litellm_params:
model: cerebras/llama3.1-8b
api_base: https://api.cerebras.ai/v1
api_key: "YOUR_CEREBRAS_API_KEY"
- model_name: cerebras/qwen-3-235b-a22b-instruct-2507
litellm_params:
model: cerebras/qwen-3-235b-a22b-instruct-2507
api_base: https://api.cerebras.ai/v1
api_key: "YOUR_CEREBRAS_API_KEY"
- model_name: cohere/command-a-03-2025
litellm_params:
model: cohere/command-a-03-2025
api_base: https://api.cohere.ai/compatibility/v1
api_key: "YOUR_COHERE_API_KEY"
- model_name: cohere/command-r-plus
litellm_params:
model: cohere/command-r-plus
api_base: https://api.cohere.ai/compatibility/v1
api_key: "YOUR_COHERE_API_KEY"
- model_name: huggingface/Llama-3.3-70B-Instruct
litellm_params:
model: huggingface/meta-llama/Llama-3.3-70B-Instruct
api_base: https://router.huggingface.co/v1
api_key: "YOUR_HUGGINGFACE_API_KEY"
- model_name: huggingface/DeepSeek-V3-0324
litellm_params:
model: huggingface/deepseek-ai/DeepSeek-V3-0324
api_base: https://router.huggingface.co/v1
api_key: "YOUR_HUGGINGFACE_API_KEY"
- model_name: sambanova/Meta-Llama-3.3-70B-Instruct
litellm_params:
model: sambanova/Meta-Llama-3.3-70B-Instruct
api_base: https://api.sambanova.ai/v1
api_key: "YOUR_SAMBANOVA_API_KEY"
- model_name: sambanova/MiniMax-M2.5
litellm_params:
model: sambanova/MiniMax-M2.5
api_base: https://api.sambanova.ai/v1
api_key: "YOUR_SAMBANOVA_API_KEY"
- model_name: github-models/gpt-4.1-mini
litellm_params:
model: github_models/openai/gpt-4.1-mini
api_base: https://models.github.ai/inference
api_key: "YOUR_GITHUB_MODELS_API_KEY"
- model_name: github-models/llama-4-scout-17b-16e-instruct
litellm_params:
model: github_models/meta/llama-4-scout-17b-16e-instruct
api_base: https://models.github.ai/inference
api_key: "YOUR_GITHUB_MODELS_API_KEY"
- model_name: modelscope/Qwen3-30B-A3B-Instruct-2507
litellm_params:
model: modelscope/Qwen/Qwen3-30B-A3B-Instruct-2507
api_base: https://api-inference.modelscope.cn/v1
api_key: "YOUR_MODELSCOPE_API_KEY"
- model_name: modelscope/DeepSeek-V3.1
litellm_params:
model: modelscope/deepseek-ai/DeepSeek-V3.1
api_base: https://api-inference.modelscope.cn/v1
api_key: "YOUR_MODELSCOPE_API_KEY"
- model_name: siliconflow/Qwen3-8B
litellm_params:
model: siliconflow/Qwen/Qwen3-8B
api_base: https://api.siliconflow.com/v1
api_key: "YOUR_SILICONFLOW_API_KEY"
- model_name: siliconflow/DeepSeek-R1-Distill-Qwen-7B
litellm_params:
model: siliconflow/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
api_base: https://api.siliconflow.com/v1
api_key: "YOUR_SILICONFLOW_API_KEY"
- model_name: bigmodel/glm-4.7-flash
litellm_params:
model: bigmodel/glm-4.7-flash
api_base: https://open.bigmodel.cn/api/paas/v4
api_key: "YOUR_BIGMODEL_API_KEY"
- model_name: bigmodel/glm-4-flash-250414
litellm_params:
model: bigmodel/glm-4-flash-250414
api_base: https://open.bigmodel.cn/api/paas/v4
api_key: "YOUR_BIGMODEL_API_KEY"
- model_name: cloudflare-workers-ai/gpt-oss-120b
litellm_params:
model: cloudflare_workers-ai/@cf/openai/gpt-oss-120b
api_base: https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/v1
api_key: "YOUR_CLOUDFLARE_WORKERS_AI_API_KEY"
- model_name: cloudflare-workers-ai/llama-3.3-70b-instruct-fp8-fast
litellm_params:
model: cloudflare_workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast
api_base: https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/v1
api_key: "YOUR_CLOUDFLARE_WORKERS_AI_API_KEY"
- model_name: ollama-cloud/gpt-oss:120b
litellm_params:
model: ollama_cloud/gpt-oss:120b
api_base: https://ollama.com/v1
api_key: "YOUR_OLLAMA_CLOUD_API_KEY"
- model_name: ollama-cloud/deepseek-v3.2
litellm_params:
model: ollama_cloud/deepseek-v3.2
api_base: https://ollama.com/v1
api_key: "YOUR_OLLAMA_CLOUD_API_KEY"
- model_name: google-ai-studio/gemini-2.5-flash
litellm_params:
model: google_ai-studio/gemini-2.5-flash
api_base: https://generativelanguage.googleapis.com/v1beta/openai
api_key: "YOUR_GOOGLE_AI_STUDIO_API_KEY"
- model_name: google-ai-studio/gemini-3-flash-preview
litellm_params:
model: google_ai-studio/gemini-3-flash-preview
api_base: https://generativelanguage.googleapis.com/v1beta/openai
api_key: "YOUR_GOOGLE_AI_STUDIO_API_KEY"
- model_name: mistral/mistral-small-latest
litellm_params:
model: mistral/mistral-small-latest
api_base: https://api.mistral.ai/v1
api_key: "YOUR_MISTRAL_API_KEY"
- model_name: mistral/open-mistral-nemo
litellm_params:
model: mistral/open-mistral-nemo
api_base: https://api.mistral.ai/v1
api_key: "YOUR_MISTRAL_API_KEY"
litellm_settings:
drop_params: true
set_verbose: false