Files
anomalyco--models.dev/providers/abacus/models/gemini-3-flash-preview.toml
T
2026-07-13 12:28:55 +08:00

26 lines
617 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.0000005
# RouteLLM output_token_rate: 0.000003
# RouteLLM cached_input_token_rate: 0.00000005
# RouteLLM thinking: True
base_model = "google/gemini-3-flash-preview"
reasoning = true
reasoning_options = []
[cost]
input = 0.5
output = 3.00
cache_read = 0.05
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio"]
output = ["text"]