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

26 lines
627 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.00000175
# RouteLLM output_token_rate: 0.000014
# RouteLLM cached_input_token_rate: 0.000000175
base_model = "openai/gpt-5.2-codex"
reasoning = true
reasoning_options = []
[cost]
input = 1.75
output = 14.00
cache_read = 0.175
[limit]
context = 400_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]