# Source: https://routellm.abacus.ai/v1/models # RouteLLM API does not report thinking: true for this ID. # RouteLLM input_modalities: ['text'] # RouteLLM output_modalities: ['text'] # RouteLLM context_length: 200000 # RouteLLM max_completion_tokens: 100000 # RouteLLM input_token_rate: 0.0000011 # RouteLLM output_token_rate: 0.0000044 # RouteLLM cached_input_token_rate: 0.00000055 base_model = "openai/o3-mini" reasoning = true reasoning_options = [] [cost] input = 1.1 output = 4.4 cache_read = 0.55 [limit] context = 200_000 output = 100_000 [modalities] input = ["text"] output = ["text"]