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
4 changes: 3 additions & 1 deletion providers/azure-open-ai/gpt-5-chat-2025-08-07.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ mode: chat
model: gpt-5-chat-2025-08-07
params:
- defaultValue: 128
key: max_tokens
key: max_completion_tokens
maxValue: 16384
minValue: 1
removeParams:
- max_tokens
sources:
- https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models
status: deprecated
Expand Down
4 changes: 3 additions & 1 deletion providers/azure-open-ai/gpt-5-chat-2025-08-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ mode: chat
model: gpt-5-chat-2025-08-15
params:
- defaultValue: 128
key: max_tokens
key: max_completion_tokens
maxValue: 16384
minValue: 1
removeParams:
- max_tokens
sources:
- https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models
status: retired
Expand Down
3 changes: 2 additions & 1 deletion providers/azure-open-ai/gpt-5-chat-2025-10-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ modalities:
mode: chat
model: gpt-5-chat-2025-10-03
params:
- key: max_tokens
- key: max_completion_tokens
maxValue: 16384
provisioning: serverless
removeParams:
- max_tokens
Comment thread
harshiv-26 marked this conversation as resolved.
- reasoning_effort
retirementDate: "2026-05-13"
sources:
Expand Down
4 changes: 3 additions & 1 deletion providers/azure-open-ai/gpt-5-chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ mode: chat
model: gpt-5-chat
params:
- defaultValue: 128
key: max_tokens
key: max_completion_tokens
maxValue: 16384
minValue: 1
provisioning: serverless
removeParams:
- max_tokens
retirementDate: "2026-06-29"
status: preview
supportedModes:
Expand Down
Loading