mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
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:
parent
d3fe52c8e8
commit
4a8c0373b5
1 changed files with 0 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue