💄 style: fix QVQ Max model (#7289)

* Update qwen.ts

* Update novita.ts

* Update novita.ts

* Update google.ts

---------

Co-authored-by: Arvin Xu <arvinx@foxmail.com>
This commit is contained in:
sxjeru
2025-04-06 12:03:59 +08:00
committed by GitHub
parent 459c2fa452
commit 540aaf681f
3 changed files with 27 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ const googleChatModels: AIChatModelCard[] = [
},
contextWindowTokens: 1_048_576 + 65_536,
description:
'Gemini 2.5 Pro Experimental 是 Google 最先进的思维模型能够对代码、数学和STEM领域的复杂问题进行推理还能利用长上下文分析大型数据集、代码库和文档。',
'Gemini 2.5 Pro Experimental 是 Google 最先进的思维模型能够对代码、数学和STEM领域的复杂问题进行推理以及使用长上下文分析大型数据集、代码库和文档。',
displayName: 'Gemini 2.5 Pro Experimental 03-25',
enabled: true,
id: 'gemini-2.5-pro-exp-03-25',
@@ -27,6 +27,30 @@ const googleChatModels: AIChatModelCard[] = [
},
type: 'chat',
},
{
abilities: {
functionCall: true,
reasoning: true,
search: true,
vision: true,
},
contextWindowTokens: 1_048_576 + 65_536,
description:
'Gemini 2.5 Pro Preview 是 Google 最先进的思维模型能够对代码、数学和STEM领域的复杂问题进行推理以及使用长上下文分析大型数据集、代码库和文档。',
displayName: 'Gemini 2.5 Pro Preview 03-25 (Paid)',
id: 'gemini-2.5-pro-preview-03-25',
maxOutput: 65_536,
pricing: {
input: 1.25, // prompts <= 200k tokens
output: 10, // prompts <= 200k tokens
},
releasedAt: '2025-03-25',
settings: {
searchImpl: 'params',
searchProvider: 'google',
},
type: 'chat',
},
{
abilities: {
reasoning: true,

View File

@@ -9,7 +9,7 @@ const novitaChatModels: AIChatModelCard[] = [
enabled: true,
id: 'meta-llama/llama-3.3-70b-instruct',
pricing: {
input: 0.39,
input: 0.13,
output: 0.39,
},
type: 'chat',
@@ -147,17 +147,6 @@ const novitaChatModels: AIChatModelCard[] = [
},
type: 'chat',
},
{
contextWindowTokens: 4096,
description: 'OpenChat 7B 是经过“C-RLFT条件强化学习微调”策略精调的开源语言模型库。',
displayName: 'OpenChat 7B',
id: 'openchat/openchat-7b',
pricing: {
input: 0.06,
output: 0.06,
},
type: 'chat',
},
{
contextWindowTokens: 64_000,
displayName: 'Deepseek V3 Turbo',
@@ -308,26 +297,6 @@ const novitaChatModels: AIChatModelCard[] = [
},
type: 'chat',
},
{
contextWindowTokens: 4096,
displayName: 'Nous Hermes Llama2 13B',
id: 'nousresearch/nous-hermes-llama2-13b',
pricing: {
input: 0.17,
output: 0.17,
},
type: 'chat',
},
{
contextWindowTokens: 4096,
displayName: 'OpenHermes 2.5 Mistral 7B',
id: 'teknium/openhermes-2.5-mistral-7b',
pricing: {
input: 0.17,
output: 0.17,
},
type: 'chat',
},
{
contextWindowTokens: 4096,
displayName: 'Midnight Rose 70B',

View File

@@ -302,7 +302,7 @@ const qwenChatModels: AIChatModelCard[] = [
description:
'通义千问QVQ视觉推理模型支持视觉输入及思维链输出在数学、编程、视觉分析、创作以及通用任务上都表现了更强的能力。',
displayName: 'QVQ Max',
id: 'qvq-max-latest',
id: 'qvq-max', // Unsupported model `qvq-max-latest` for OpenAI compatibility mode
maxOutput: 8192,
organization: 'Qwen',
pricing: {