mirror of
https://github.com/coaidev/coai.git
synced 2025-06-07 22:30:17 +09:00
feat: support deepseek
feat: support deepseek Co-Authored-By: Minghan Zhang <112773885+zmh-program@users.noreply.github.com>
This commit is contained in:
parent
afb13dd545
commit
bad46895ac
@ -68,6 +68,9 @@ export const modelColorMapper: Record<string, string> = {
|
|||||||
"gemini-1.5-pro-latest": "red-500",
|
"gemini-1.5-pro-latest": "red-500",
|
||||||
"gemini-1.5-flash-latest": "red-500",
|
"gemini-1.5-flash-latest": "red-500",
|
||||||
|
|
||||||
|
"deepseek-coder": "blue-700",
|
||||||
|
"deepseek-chat": "blue-700",
|
||||||
|
|
||||||
"bing-creative": "blue-700",
|
"bing-creative": "blue-700",
|
||||||
"bing-balanced": "blue-700",
|
"bing-balanced": "blue-700",
|
||||||
"bing-precise": "blue-700",
|
"bing-precise": "blue-700",
|
||||||
|
@ -229,6 +229,12 @@ export const pricing: PricingDataset = [
|
|||||||
output: 0.1,
|
output: 0.1,
|
||||||
currency: Currency.CNY,
|
currency: Currency.CNY,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
models: ["deepseek-chat", "deepseek-coder"],
|
||||||
|
input: 0.001,
|
||||||
|
output: 0.002,
|
||||||
|
currency: Currency.CNY,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
models: ["360-gpt-v9"],
|
models: ["360-gpt-v9"],
|
||||||
input: 0.12,
|
input: 0.12,
|
||||||
|
Loading…
Reference in New Issue
Block a user