Commit d68c8e5
committed
fix: update Deepseek v3.1 configuration with correct context length and pricing
- Updated context length from 128,000 to 163,840 tokens
- Updated input pricing from $0.90 to $0.56 per 1M tokens
- Updated output pricing from $0.90 to $1.68 per 1M tokens
- Updated test expectations to match new configuration1 parent ff3c1c9 commit d68c8e5
File tree
2 files changed
+6
-6
lines changed- packages/types/src/providers
- src/api/providers/__tests__
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments