mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 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:
@@ -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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user