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

24 lines
577 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: 32768
# RouteLLM max_completion_tokens: 32768
# RouteLLM input_token_rate: 0.0000003
# RouteLLM output_token_rate: 0.00003
base_model = "google/gemini-2.5-flash-image"
reasoning = true
reasoning_options = []
[cost]
input = 0.3
output = 30
[limit]
context = 32_768
output = 32_768
[modalities]
input = ["text", "image"]
output = ["text", "image"]