mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 13:59:28 +08:00
43 lines
1.7 KiB
YAML
43 lines
1.7 KiB
YAML
id: openai/o3-mini
|
|
canonical_slug: openai/o3-mini-2025-01-31
|
|
hugging_face_id: ''
|
|
name: 'OpenAI: o3 Mini'
|
|
type: chat
|
|
created: 1738351721
|
|
description: |-
|
|
OpenAI o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and coding.
|
|
|
|
This model supports the `reasoning_effort` parameter, which can be set to "high", "medium", or "low" to control the thinking time of the model. The default is "medium". OpenRouter also offers the model slug `openai/o3-mini-high` to default the parameter to "high".
|
|
|
|
The model features three adjustable reasoning effort levels and supports key developer capabilities including function calling, structured outputs, and streaming, though it does not include vision processing capabilities.
|
|
|
|
The model demonstrates significant improvements over its predecessor, with expert testers preferring its responses 56% of the time and noting a 39% reduction in major errors on complex questions. With medium reasoning effort settings, o3-mini matches the performance of the larger o1 model on challenging reasoning evaluations like AIME and GPQA, while maintaining lower latency and cost.
|
|
context_length: 200000
|
|
architecture:
|
|
modality: text->text
|
|
input_modalities:
|
|
- text
|
|
output_modalities:
|
|
- text
|
|
tokenizer: Other
|
|
instruct_type: null
|
|
pricing:
|
|
prompt: '0.0000011'
|
|
completion: '0.0000044'
|
|
input_cache_read: '0.00000055'
|
|
input_cache_write: ''
|
|
request: '0'
|
|
image: '0'
|
|
web_search: '0'
|
|
internal_reasoning: '0'
|
|
unit: 1
|
|
currency: USD
|
|
supported_parameters:
|
|
- tools
|
|
- tool_choice
|
|
- seed
|
|
- max_tokens
|
|
- response_format
|
|
- structured_outputs
|
|
model_provider: openai
|