feat: support deepseek

feat: support deepseek
Co-Authored-By: Minghan Zhang <112773885+zmh-program@users.noreply.github.com>
This commit is contained in:
Deng Junhai 2024-06-30 02:48:42 +08:00
parent afb13dd545
commit bad46895ac
2 changed files with 9 additions and 0 deletions

View File

@ -68,6 +68,9 @@ export const modelColorMapper: Record<string, string> = {
"gemini-1.5-pro-latest": "red-500",
"gemini-1.5-flash-latest": "red-500",
"deepseek-coder": "blue-700",
"deepseek-chat": "blue-700",
"bing-creative": "blue-700",
"bing-balanced": "blue-700",
"bing-precise": "blue-700",

View File

@ -229,6 +229,12 @@ export const pricing: PricingDataset = [
output: 0.1,
currency: Currency.CNY,
},
{
models: ["deepseek-chat", "deepseek-coder"],
input: 0.001,
output: 0.002,
currency: Currency.CNY,
},
{
models: ["360-gpt-v9"],
input: 0.12,