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
1 change: 1 addition & 0 deletions providers/openai/gpt-5.4-mini-2026-03-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ features:
- system_messages
limits:
context_window: 400000
max_input_tokens: 272000
max_output_tokens: 128000
max_tokens: 128000
modalities:
Expand Down
1 change: 0 additions & 1 deletion providers/openai/gpt-5.5-pro-2026-04-23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ sources:
status: active
supportedModes:
- responses
- chat
thinking: true
4 changes: 2 additions & 2 deletions providers/openai/gpt-5.5-pro.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
costs:
- input_cost_per_token: 0.00003
input_cost_per_token_batches: 0.00003
input_cost_per_token_batches: 0.000015
output_cost_per_token: 0.00018
output_cost_per_token_batches: 0.00018
output_cost_per_token_batches: 0.00009
region: "*"
features:
- function_calling
Expand Down
13 changes: 8 additions & 5 deletions providers/openai/gpt-audio-2025-08-28.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
costs:
- input_cost_per_audio_token: 0.000032
input_cost_per_token: 0.0000025
output_cost_per_audio_token: 0.000064
output_cost_per_token: 0.00001
- input_cost_per_audio_token: 3.2e-5
input_cost_per_token: 2.5e-6
output_cost_per_audio_token: 6.4e-5
output_cost_per_token: 1e-5
region: "*"
deprecationDate: "2026-07-20"
features:
- function_calling
- parallel_function_calling
- prompt_caching
- system_messages
- tool_choice
isDeprecated: true
limits:
context_window: 128000
max_input_tokens: 128000
Expand All @@ -32,8 +34,9 @@ params:
provisioning: serverless
removeParams:
- reasoning_effort
retirementDate: "2027-01-20"
sources:
- https://developers.openai.com/docs/models/gpt-audio
status: active
status: deprecated
supportedModes:
- chat
13 changes: 8 additions & 5 deletions providers/openai/gpt-audio.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
costs:
- input_cost_per_audio_token: 0.000032
input_cost_per_token: 0.0000025
output_cost_per_audio_token: 0.000064
output_cost_per_token: 0.00001
- input_cost_per_audio_token: 3.2e-5
input_cost_per_token: 2.5e-6
output_cost_per_audio_token: 6.4e-5
output_cost_per_token: 1e-5
region: "*"
deprecationDate: "2026-07-20"
features:
- function_calling
- parallel_function_calling
- system_messages
- tool_choice
isDeprecated: true
limits:
context_window: 128000
max_input_tokens: 128000
Expand All @@ -29,9 +31,10 @@ params:
provisioning: serverless
removeParams:
- reasoning_effort
retirementDate: "2027-01-20"
sources:
- https://developers.openai.com/api/docs/models/gpt-audio
status: active
status: deprecated
supportedModes:
- chat
- responses
Expand Down
2 changes: 0 additions & 2 deletions providers/openai/gpt-realtime-1.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ sources:
status: active
supportedModes:
- realtime
- chat
- responses
Loading