mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-18 13:25:45 +00:00
💄 style: fix doubao-1-5-thinking-pro-vision endpoint calling (#7478)
* 💄 style: fix `doubao-1-5-thinking-pro-vision` endpoint calling * 🐛 fix: fix model id caps
This commit is contained in:
@@ -17,7 +17,7 @@ const doubaoChatModels: AIChatModelCard[] = [
|
||||
'Doubao-1.5全新深度思考模型,在数学、编程、科学推理等专业领域及创意写作等通用任务中表现突出,在AIME 2024、Codeforces、GPQA等多项权威基准上达到或接近业界第一梯队水平。支持128k上下文窗口,16k输出。',
|
||||
displayName: 'Doubao 1.5 Thinking Pro',
|
||||
enabled: true,
|
||||
id: 'Doubao-1.5-thinking-pro',
|
||||
id: 'doubao-1.5-thinking-pro',
|
||||
maxOutput: 16_000,
|
||||
pricing: {
|
||||
currency: 'CNY',
|
||||
@@ -33,14 +33,14 @@ const doubaoChatModels: AIChatModelCard[] = [
|
||||
vision: true,
|
||||
},
|
||||
config: {
|
||||
deploymentName: 'doubao-1-5-thinking-pro-vision-250415',
|
||||
deploymentName: 'doubao-1-5-thinking-pro-m-250415',
|
||||
},
|
||||
contextWindowTokens: 128_000,
|
||||
description:
|
||||
'Doubao-1.5全新深度思考模型,在数学、编程、科学推理等专业领域及创意写作等通用任务中表现突出,在AIME 2024、Codeforces、GPQA等多项权威基准上达到或接近业界第一梯队水平。支持128k上下文窗口,16k输出。',
|
||||
displayName: 'Doubao 1.5 Thinking Pro Vision',
|
||||
enabled: true,
|
||||
id: 'Doubao-1.5-thinking-pro-vision',
|
||||
id: 'doubao-1.5-thinking-pro-vision',
|
||||
maxOutput: 16_000,
|
||||
pricing: {
|
||||
currency: 'CNY',
|
||||
|
||||
Reference in New Issue
Block a user