We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9b931 commit d8c9b86Copy full SHA for d8c9b86
1 file changed
src/consts.ts
@@ -69,7 +69,7 @@ export const MODELS: ModelDefinition[] = [
69
family: 'deepseek',
70
version: 'v4',
71
detail: 'Fast, general-purpose model',
72
- maxInputTokens: 1048576,
+ maxInputTokens: 655360,
73
maxOutputTokens: 393216,
74
capabilities: {
75
toolCalling: true,
@@ -84,7 +84,7 @@ export const MODELS: ModelDefinition[] = [
84
85
86
detail: 'Most capable reasoning model',
87
88
89
90
0 commit comments