You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
694 B

# LLM Model Configurations
models:
# The "Master Switch"
default: gemini_flash
providers:
# Provider: NewHorizon (OpenAI-Like API)
openai_like:
api_key: ${NEW_HORIZON_API_KEY}
base_url: ${NEW_HORIZON_BASE_URL}
models:
gemini_flash:
id: "gemini-3.6-flash-high"
temperature: 0.7
max_tokens: 4096
# Provider: OpenRouter
openrouter:
api_key: ${OPENROUTER_API_KEY}
base_url: ${OPENROUTER_BASE_URL}
models:
deepseek_r1:
id: "openai/gpt-oss-120b"
temperature: 0.6
max_tokens: 4096
# Rate limiting
rate_limits:
requests_per_minute: 60
tokens_per_minute: 100000