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

26 lines
624 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: 400000
# RouteLLM max_completion_tokens: 128000
# RouteLLM input_token_rate: 0.00000125
# RouteLLM output_token_rate: 0.00001
# RouteLLM cached_input_token_rate: 0.000000125
base_model = "openai/gpt-5-codex"
reasoning = true
reasoning_options = []
[cost]
input = 1.25
output = 10.00
cache_read = 0.125
[limit]
context = 400_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]