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

26 lines
642 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', 'image']
# RouteLLM context_length: 65536
# RouteLLM max_completion_tokens: 32768
# RouteLLM input_token_rate: 0.000002
# RouteLLM output_token_rate: 0.000012
# RouteLLM cached_input_token_rate: 0.0000002
base_model = "google/gemini-3-pro-image-preview"
reasoning = true
reasoning_options = []
[cost]
input = 2
output = 12
cache_read = 0.2
[limit]
context = 65_536
output = 32_768
[modalities]
input = ["text", "image"]
output = ["text", "image"]