Skip to content

Commit 52ea847

Browse files
authored
fix params (#1687)
1 parent 1f67f61 commit 52ea847

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

providers/azure-open-ai/gpt-5-chat-2025-08-07.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ mode: chat
2828
model: gpt-5-chat-2025-08-07
2929
params:
3030
- defaultValue: 128
31-
key: max_tokens
31+
key: max_completion_tokens
3232
maxValue: 16384
3333
minValue: 1
34+
removeParams:
35+
- max_tokens
3436
sources:
3537
- https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models
3638
status: deprecated

providers/azure-open-ai/gpt-5-chat-2025-08-15.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ mode: chat
2727
model: gpt-5-chat-2025-08-15
2828
params:
2929
- defaultValue: 128
30-
key: max_tokens
30+
key: max_completion_tokens
3131
maxValue: 16384
3232
minValue: 1
33+
removeParams:
34+
- max_tokens
3335
sources:
3436
- https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models
3537
status: retired

providers/azure-open-ai/gpt-5-chat-2025-10-03.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ modalities:
2626
mode: chat
2727
model: gpt-5-chat-2025-10-03
2828
params:
29-
- key: max_tokens
29+
- key: max_completion_tokens
3030
maxValue: 16384
3131
provisioning: serverless
3232
removeParams:
33+
- max_tokens
3334
- reasoning_effort
3435
retirementDate: "2026-05-13"
3536
sources:

providers/azure-open-ai/gpt-5-chat.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ mode: chat
2626
model: gpt-5-chat
2727
params:
2828
- defaultValue: 128
29-
key: max_tokens
29+
key: max_completion_tokens
3030
maxValue: 16384
3131
minValue: 1
3232
provisioning: serverless
33+
removeParams:
34+
- max_tokens
3335
retirementDate: "2026-06-29"
3436
status: preview
3537
supportedModes:

0 commit comments

Comments
 (0)