Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit dc18a16

Browse files
committed
refactor(azure): remove models with <128k context window
Remove gpt-4 (8k) and gpt-4-32k (32k) — too small for agentic use. 62 models remain, all with tool_call support and ≥128k context.
1 parent e91b314 commit dc18a16

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

packages/types/src/providers/azure.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -149,26 +149,6 @@ export const azureModels = {
149149
supportsTemperature: true,
150150
description: "DeepSeek-V3.2",
151151
},
152-
"gpt-4": {
153-
maxTokens: 8_192,
154-
contextWindow: 8_192,
155-
supportsImages: false,
156-
supportsPromptCache: false,
157-
inputPrice: 60,
158-
outputPrice: 120,
159-
supportsTemperature: true,
160-
description: "GPT-4",
161-
},
162-
"gpt-4-32k": {
163-
maxTokens: 32_768,
164-
contextWindow: 32_768,
165-
supportsImages: false,
166-
supportsPromptCache: false,
167-
inputPrice: 60,
168-
outputPrice: 120,
169-
supportsTemperature: true,
170-
description: "GPT-4 32K",
171-
},
172152
"gpt-4-turbo": {
173153
maxTokens: 4_096,
174154
contextWindow: 128_000,

0 commit comments

Comments
 (0)