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.
This commit is contained in:
Hannes Rudolph 2026-02-06 14:22:20 -07:00
parent d3fe52c8e8
commit 4a8c0373b5

View file

@ -149,26 +149,6 @@ export const azureModels = {
supportsTemperature: true,
description: "DeepSeek-V3.2",
},
"gpt-4": {
maxTokens: 8_192,
contextWindow: 8_192,
supportsImages: false,
supportsPromptCache: false,
inputPrice: 60,
outputPrice: 120,
supportsTemperature: true,
description: "GPT-4",
},
"gpt-4-32k": {
maxTokens: 32_768,
contextWindow: 32_768,
supportsImages: false,
supportsPromptCache: false,
inputPrice: 60,
outputPrice: 120,
supportsTemperature: true,
description: "GPT-4 32K",
},
"gpt-4-turbo": {
maxTokens: 4_096,
contextWindow: 128_000,