feat: add gpt-5.4-fast (#1300)

This commit is contained in:
Ari Webb
2026-03-06 17:09:56 -08:00
committed by GitHub
parent 194edef4f3
commit 9f16ef6c9d

View File

@@ -657,6 +657,71 @@
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.4-fast-none",
"handle": "openai/gpt-5.4-fast",
"label": "GPT-5.4 Fast",
"description": "GPT-5.4 with priority service tier (no reasoning)",
"updateArgs": {
"reasoning_effort": "none",
"verbosity": "medium",
"context_window": 272000,
"max_output_tokens": null,
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.4-fast-low",
"handle": "openai/gpt-5.4-fast",
"label": "GPT-5.4 Fast",
"description": "GPT-5.4 with priority service tier (low reasoning)",
"updateArgs": {
"reasoning_effort": "low",
"verbosity": "medium",
"context_window": 272000,
"max_output_tokens": null,
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.4-fast-medium",
"handle": "openai/gpt-5.4-fast",
"label": "GPT-5.4 Fast",
"description": "GPT-5.4 with priority service tier (med reasoning)",
"updateArgs": {
"reasoning_effort": "medium",
"verbosity": "medium",
"context_window": 272000,
"max_output_tokens": null,
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.4-fast-high",
"handle": "openai/gpt-5.4-fast",
"label": "GPT-5.4 Fast",
"description": "GPT-5.4 with priority service tier (high reasoning)",
"updateArgs": {
"reasoning_effort": "high",
"verbosity": "medium",
"context_window": 272000,
"max_output_tokens": null,
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.4-fast-xhigh",
"handle": "openai/gpt-5.4-fast",
"label": "GPT-5.4 Fast",
"description": "GPT-5.4 with priority service tier (max reasoning)",
"updateArgs": {
"reasoning_effort": "xhigh",
"verbosity": "medium",
"context_window": 272000,
"max_output_tokens": null,
"parallel_tool_calls": true
}
},
{
"id": "gpt-5.3-codex-none",
"handle": "openai/gpt-5.3-codex",