# 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.000002 # RouteLLM output_token_rate: 0.000012 # RouteLLM cached_input_token_rate: 0.0000002 # RouteLLM thinking: True base_model = "google/gemini-3.1-pro-preview" reasoning = true reasoning_options = [] [cost] input = 2.00 output = 12.00 cache_read = 0.2 [limit] context = 1_048_576 output = 65_536 [modalities] input = ["text", "image", "audio"] output = ["text"]