We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ae26 commit ec586a2Copy full SHA for ec586a2
internal/providers/configs/aihubmix.json
@@ -1873,6 +1873,19 @@
1873
"supports_attachments": true,
1874
"options": {}
1875
},
1876
+ {
1877
+ "id": "gpt-5.3-chat-latest",
1878
+ "name": "GPT 5.3 Chat",
1879
+ "cost_per_1m_in": 1.75,
1880
+ "cost_per_1m_out": 14,
1881
+ "cost_per_1m_in_cached": 0,
1882
+ "cost_per_1m_out_cached": 0.175,
1883
+ "context_window": 128000,
1884
+ "default_max_tokens": 16384,
1885
+ "can_reason": false,
1886
+ "supports_attachments": true,
1887
+ "options": {}
1888
+ },
1889
{
1890
"id": "gpt-5.3-codex",
1891
"name": "GPT-5.3-Codex",
0 commit comments