We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd16839 commit e896418Copy full SHA for e896418
internal/providers/configs/openai.json
@@ -35,20 +35,6 @@
35
"default_reasoning_effort": "medium",
36
"supports_attachments": true
37
},
38
- {
39
- "id": "o3-pro",
40
- "name": "o3 Pro",
41
- "cost_per_1m_in": 20,
42
- "cost_per_1m_out": 80,
43
- "cost_per_1m_in_cached": 0,
44
- "cost_per_1m_out_cached": 0,
45
- "context_window": 200000,
46
- "default_max_tokens": 50000,
47
- "can_reason": true,
48
- "has_reasoning_effort": true,
49
- "default_reasoning_effort": "medium",
50
- "supports_attachments": true
51
- },
52
{
53
"id": "gpt-4.1",
54
"name": "GPT-4.1",
0 commit comments