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

26 lines
611 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM input_modalities: ['text', 'image', 'audio']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 1048576
# RouteLLM max_completion_tokens: 65536
# RouteLLM input_token_rate: 0.0000003
# RouteLLM output_token_rate: 0.0000025
# RouteLLM cached_input_token_rate: 0.00000003
# RouteLLM thinking: True
base_model = "google/gemini-2.5-flash"
reasoning = true
reasoning_options = []
[cost]
input = 0.3
output = 2.5
cache_read = 0.03
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio"]
output = ["text"]