Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions providers/openai/gpt-5.4-mini-2026-03-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ params:
provisioning: serverless
removeParams:
- max_tokens
retirementDate: "2026-10-23"
retirementDate: "2026-12-11"
sources:
- https://developers.openai.com/api/docs/models/gpt-5.4-mini
- https://developers.openai.com/api/docs/guides/reasoning
- https://developers.openai.com/api/docs/guides/structured-outputs
- https://developers.openai.com/docs/guides/prompt-caching
- https://developers.openai.com/docs/guides/function-calling
status: active
supportedModes:
- chat
Expand Down
8 changes: 8 additions & 0 deletions providers/openai/gpt-5.5-pro-2026-04-23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ modalities:
- text
mode: responses
model: gpt-5.5-pro-2026-04-23
params:
- defaultValue: high
key: reasoning_effort
supportedValues:
- medium
- high
- xhigh
type: string
provisioning: serverless
removeParams:
- stream
Expand Down
7 changes: 6 additions & 1 deletion providers/openai/gpt-5.5-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ modalities:
mode: responses
model: gpt-5.5-pro
params:
- defaultValue: medium
- defaultValue: high
key: reasoning_effort
supportedValues:
- medium
- high
- xhigh
type: string
- defaultValue: medium
key: verbosity
provisioning: serverless
Expand Down
Loading