Skip to content

Commit 21a7b61

Browse files
committed
feat(deepseek): increase context window to 1M tokens for V4 models
- Update DeepSeek V4 context window from 128K to 1M tokens
1 parent 2c037e4 commit 21a7b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const PROVIDERS: ProviderDef[] = [
6565
modelPrefix: 'deepseek-',
6666
apiKeyEnvVar: 'DEEPSEEK_API_KEY',
6767
fastModel: 'deepseek-v4-flash',
68-
contextWindow: 128_000,
68+
contextWindow: 1_000_000,
6969
},
7070
{
7171
id: 'openrouter',

0 commit comments

Comments
 (0)