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

24 lines
560 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: 262144
# RouteLLM max_completion_tokens: 131072
# RouteLLM input_token_rate: 0.00000014
# RouteLLM output_token_rate: 0.0000004
base_model = "google/gemma-4-31b-it"
reasoning = true
reasoning_options = []
[cost]
input = 0.14
output = 0.4
[limit]
context = 262_144
output = 131_072
[modalities]
input = ["text", "image"]
output = ["text"]