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

24 lines
550 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.00002
# RouteLLM output_token_rate: 0.00004
base_model = "openai/o3-pro"
reasoning = true
reasoning_options = []
[cost]
input = 20.00
output = 40.00
[limit]
context = 200_000
output = 100_000
[modalities]
input = ["text", "image"]
output = ["text"]