Files
2026-07-13 12:28:55 +08:00

26 lines
609 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM API does not report thinking: true for this ID.
# RouteLLM input_modalities: ['text', 'image']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 200000
# RouteLLM max_completion_tokens: 100000
# RouteLLM input_token_rate: 0.000002
# RouteLLM output_token_rate: 0.000008
# RouteLLM cached_input_token_rate: 0.0000005
base_model = "openai/o3"
reasoning = true
reasoning_options = []
[cost]
input = 2.00
output = 8.00
cache_read = 0.5
[limit]
context = 200_000
output = 100_000
[modalities]
input = ["text", "image"]
output = ["text"]