Skip to content

Commit

Permalink
💄 style: update openrouter model list and descriptions (lobehub#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
so02iti01 authored Feb 15, 2025
1 parent 4bafe8c commit 3ce0485
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/config/aiModels/openrouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,36 @@ const openrouterChatModels: AIChatModelCard[] = [
releasedAt: '2024-09-05',
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 163_840,
description:
'DeepSeek-R1 在仅有极少标注数据的情况下,极大提升了模型推理能力。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。',
displayName: 'DeepSeek R1',
enabled: true,
id: 'deepseek/deepseek-r1',
pricing: {
input: 3,
output: 8,
},
releasedAt: '2025-01-20',
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 163_840,
description:
'DeepSeek-R1 在仅有极少标注数据的情况下,极大提升了模型推理能力。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。',
displayName: 'DeepSeek R1 (Free)',
enabled: true,
id: 'deepseek/deepseek-r1:free',
releasedAt: '2025-01-20',
type: 'chat',
},
{
abilities: {
vision: true,
Expand Down
9 changes: 9 additions & 0 deletions src/config/modelProviders/openrouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ const OpenRouter: ModelProviderCard = {
},
releasedAt: '2025-01-20',
},
{
contextWindowTokens: 163_840,
description: 'DeepSeek-R1',
displayName: 'DeepSeek R1 (Free)',
enabled: true,
functionCall: false,
id: 'deepseek/deepseek-r1:free',
releasedAt: '2025-01-20',
},
{
contextWindowTokens: 131_072,
description:
Expand Down

0 comments on commit 3ce0485

Please sign in to comment.