项目文件夹

文件
2026-07-13 12:28:55 +08:00

24 行
527 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM input_modalities: ['text', 'image']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 1000000
# RouteLLM max_completion_tokens: 128000
# RouteLLM input_token_rate: 0.000005
# RouteLLM output_token_rate: 0.000025
# RouteLLM thinking: True
base_model = "anthropic/claude-opus-4-8"
reasoning = true
reasoning_options = []
[cost]
input = 5
output = 25
[limit]
context = 1_000_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]