Update DeepSeekService.js
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
jelveh
2025-08-21 10:01:53 -07:00
parent 91a45c25de
commit 0eb47ac1d3
@@ -179,24 +179,24 @@ class DeepSeekService extends BaseService {
{
id: 'deepseek-chat',
name: 'DeepSeek Chat',
context: 64000,
context: 128000,
cost: {
currency: 'usd-cents',
tokens: 1_000_000,
input: 14,
output: 28,
input: 56,
output: 168,
},
max_tokens: 8000,
},
{
id: 'deepseek-reasoner',
name: 'DeepSeek Reasoner',
context: 64000,
context: 128000,
cost: {
currency: 'usd-cents',
tokens: 1_000_000,
input: 55,
output: 219,
input: 56,
output: 168,
},
max_tokens: 64000,
}