We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c037e4 commit 21a7b61Copy full SHA for 21a7b61
1 file changed
src/providers.ts
@@ -65,7 +65,7 @@ export const PROVIDERS: ProviderDef[] = [
65
modelPrefix: 'deepseek-',
66
apiKeyEnvVar: 'DEEPSEEK_API_KEY',
67
fastModel: 'deepseek-v4-flash',
68
- contextWindow: 128_000,
+ contextWindow: 1_000_000,
69
},
70
{
71
id: 'openrouter',
0 commit comments