Skip to content

Commit cab095a

Browse files
committed
add: deepseek-reasoner model info
1 parent 87b1a4d commit cab095a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/shared/api.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,15 @@ export const deepSeekModels = {
542542
outputPrice: 0.28, // $0.28 per million tokens
543543
description: `DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.`,
544544
},
545+
"deepseek-reasoner": {
546+
maxTokens: 8192,
547+
contextWindow: 64_000,
548+
supportsImages: false,
549+
supportsPromptCache: false,
550+
inputPrice: 0.55, // $0.55 per million tokens
551+
outputPrice: 2.19, // $2.19 per million tokens
552+
description: `DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks.`,
553+
},
545554
} as const satisfies Record<string, ModelInfo>
546555

547556
// Azure OpenAI

0 commit comments

Comments
 (0)