@lobehub/chat 1.43.6 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/changelog/v1.json +9 -0
- package/docs/self-hosting/server-database/docker-compose.mdx +2 -2
- package/locales/ar/common.json +1 -0
- package/locales/ar/modelProvider.json +176 -0
- package/locales/ar/setting.json +1 -0
- package/locales/bg-BG/common.json +1 -0
- package/locales/bg-BG/modelProvider.json +176 -0
- package/locales/bg-BG/setting.json +1 -0
- package/locales/de-DE/common.json +1 -0
- package/locales/de-DE/modelProvider.json +176 -0
- package/locales/de-DE/setting.json +1 -0
- package/locales/en-US/common.json +1 -0
- package/locales/en-US/modelProvider.json +176 -0
- package/locales/en-US/setting.json +1 -0
- package/locales/es-ES/common.json +1 -0
- package/locales/es-ES/modelProvider.json +176 -0
- package/locales/es-ES/setting.json +1 -0
- package/locales/fa-IR/common.json +1 -0
- package/locales/fa-IR/modelProvider.json +176 -0
- package/locales/fa-IR/setting.json +1 -0
- package/locales/fr-FR/common.json +1 -0
- package/locales/fr-FR/modelProvider.json +176 -0
- package/locales/fr-FR/setting.json +1 -0
- package/locales/it-IT/common.json +1 -0
- package/locales/it-IT/modelProvider.json +176 -0
- package/locales/it-IT/setting.json +1 -0
- package/locales/ja-JP/common.json +1 -0
- package/locales/ja-JP/modelProvider.json +176 -0
- package/locales/ja-JP/setting.json +1 -0
- package/locales/ko-KR/common.json +1 -0
- package/locales/ko-KR/modelProvider.json +176 -0
- package/locales/ko-KR/setting.json +1 -0
- package/locales/nl-NL/common.json +1 -0
- package/locales/nl-NL/modelProvider.json +176 -0
- package/locales/nl-NL/setting.json +1 -0
- package/locales/pl-PL/common.json +1 -0
- package/locales/pl-PL/modelProvider.json +176 -0
- package/locales/pl-PL/setting.json +1 -0
- package/locales/pt-BR/common.json +1 -0
- package/locales/pt-BR/modelProvider.json +176 -0
- package/locales/pt-BR/setting.json +1 -0
- package/locales/ru-RU/common.json +1 -0
- package/locales/ru-RU/modelProvider.json +176 -0
- package/locales/ru-RU/setting.json +1 -0
- package/locales/tr-TR/common.json +1 -0
- package/locales/tr-TR/modelProvider.json +176 -0
- package/locales/tr-TR/setting.json +1 -0
- package/locales/vi-VN/common.json +1 -0
- package/locales/vi-VN/modelProvider.json +176 -0
- package/locales/vi-VN/setting.json +1 -0
- package/locales/zh-CN/common.json +1 -0
- package/locales/zh-CN/modelProvider.json +176 -0
- package/locales/zh-CN/setting.json +1 -0
- package/locales/zh-TW/common.json +1 -0
- package/locales/zh-TW/modelProvider.json +176 -0
- package/locales/zh-TW/setting.json +1 -0
- package/package.json +4 -4
- package/src/app/(main)/(mobile)/me/settings/features/Category.tsx +1 -1
- package/src/app/(main)/(mobile)/me/settings/features/useCategory.tsx +12 -5
- package/src/app/(main)/changelog/features/VersionTag.tsx +1 -2
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/Thread.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/ThreadItem.tsx +1 -2
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/index.tsx +0 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/AgentsSuggest.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/QuestionSuggest.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ZenModeToast/Toast.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx +0 -2
- package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/TopicItem/index.tsx +0 -1
- package/src/app/(main)/chat/(workspace)/_layout/Desktop/ChatHeader/Tags.tsx +2 -3
- package/src/app/(main)/chat/@session/features/SessionListContent/CollapseGroup/index.tsx +1 -1
- package/src/app/(main)/chat/features/Migration/Start.tsx +1 -1
- package/src/app/(main)/discover/(detail)/assistant/[slug]/features/ConversationExample/TopicList.tsx +4 -3
- package/src/app/(main)/discover/(detail)/assistant/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/features/ShareButton.tsx +2 -1
- package/src/app/(main)/discover/(detail)/model/[...slugs]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/plugin/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/provider/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(list)/_layout/Desktop/Nav.tsx +0 -1
- package/src/app/(main)/discover/(list)/assistants/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/models/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/plugins/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/providers/features/Card.tsx +1 -1
- package/src/app/(main)/discover/components/GridLoadingCard.tsx +2 -1
- package/src/app/(main)/discover/components/Title.tsx +1 -1
- package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx +1 -1
- package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/Item/index.tsx +0 -1
- package/src/app/(main)/files/(content)/@modal/(.)[id]/FullscreenModal.tsx +2 -2
- package/src/app/(main)/files/(content)/NotSupportClient.tsx +2 -2
- package/src/app/(main)/profile/_layout/Desktop/SideBar.tsx +1 -1
- package/src/app/(main)/profile/stats/features/ShareButton/Preview.tsx +5 -5
- package/src/app/(main)/repos/[id]/evals/components/Container.tsx +1 -1
- package/src/app/(main)/repos/[id]/evals/dataset/DatasetList/Item.tsx +0 -1
- package/src/app/(main)/settings/_layout/Desktop/SideBar.tsx +1 -1
- package/src/app/(main)/settings/about/features/ItemCard.tsx +3 -3
- package/src/app/(main)/settings/about/features/Version.tsx +1 -1
- package/src/app/(main)/settings/hooks/useCategory.tsx +22 -9
- package/src/app/(main)/settings/llm/components/ProviderConfig/index.tsx +2 -1
- package/src/app/(main)/settings/llm/components/ProviderModelList/ModelFetcher.tsx +0 -1
- package/src/app/(main)/settings/provider/(detail)/[id]/index.tsx +19 -0
- package/src/app/(main)/settings/provider/(detail)/[id]/page.tsx +95 -0
- package/src/app/(main)/settings/provider/(detail)/azure/page.tsx +119 -0
- package/src/app/(main)/settings/provider/(detail)/bedrock/page.tsx +91 -0
- package/src/app/(main)/settings/provider/(detail)/cloudflare/page.tsx +58 -0
- package/src/app/(main)/settings/provider/(detail)/github/page.tsx +67 -0
- package/src/app/(main)/settings/provider/(detail)/huggingface/page.tsx +67 -0
- package/src/app/(main)/settings/provider/(detail)/ollama/Checker.tsx +73 -0
- package/src/app/(main)/settings/provider/(detail)/ollama/page.tsx +34 -0
- package/src/app/(main)/settings/provider/(detail)/openai/page.tsx +23 -0
- package/src/app/(main)/settings/provider/(detail)/wenxin/page.tsx +61 -0
- package/src/app/(main)/settings/provider/(list)/Footer.tsx +36 -0
- package/src/app/(main)/settings/provider/(list)/ProviderGrid/Card.tsx +134 -0
- package/src/app/(main)/settings/provider/(list)/ProviderGrid/index.tsx +91 -0
- package/src/app/(main)/settings/provider/(list)/index.tsx +19 -0
- package/src/app/(main)/settings/provider/ProviderMenu/AddNew.tsx +28 -0
- package/src/app/(main)/settings/provider/ProviderMenu/All.tsx +29 -0
- package/src/app/(main)/settings/provider/ProviderMenu/Item.tsx +69 -0
- package/src/app/(main)/settings/provider/ProviderMenu/List.tsx +76 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SearchResult.tsx +43 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SkeletonList.tsx +60 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/GroupItem.tsx +30 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/index.tsx +91 -0
- package/src/app/(main)/settings/provider/ProviderMenu/index.tsx +80 -0
- package/src/app/(main)/settings/provider/_layout/Desktop.tsx +37 -0
- package/src/app/(main)/settings/provider/_layout/Mobile.tsx +14 -0
- package/src/app/(main)/settings/provider/const.ts +20 -0
- package/src/app/(main)/settings/provider/features/CreateNewProvider/index.tsx +146 -0
- package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/Form.tsx +105 -0
- package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/index.tsx +69 -0
- package/src/app/(main)/settings/provider/features/ModelList/DisabledModels.tsx +29 -0
- package/src/app/(main)/settings/provider/features/ModelList/EmptyModels.tsx +101 -0
- package/src/app/(main)/settings/provider/features/ModelList/EnabledModelList/index.tsx +85 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/Form.tsx +109 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/index.tsx +76 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelItem.tsx +346 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/Search.tsx +37 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/index.tsx +145 -0
- package/src/app/(main)/settings/provider/features/ModelList/SearchResult.tsx +67 -0
- package/src/app/(main)/settings/provider/features/ModelList/SkeletonList.tsx +63 -0
- package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/ListItem.tsx +20 -0
- package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/index.tsx +96 -0
- package/src/app/(main)/settings/provider/features/ModelList/index.tsx +59 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/Checker.tsx +120 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/SkeletonInput.tsx +5 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/SettingModal.tsx +137 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/index.tsx +49 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/index.tsx +343 -0
- package/src/app/(main)/settings/provider/layout.tsx +21 -0
- package/src/app/(main)/settings/provider/page.tsx +17 -0
- package/src/app/(main)/settings/provider/type.ts +5 -0
- package/src/app/(main)/settings/sync/features/DeviceInfo/Card.tsx +1 -1
- package/src/app/(main)/settings/sync/features/DeviceInfo/index.tsx +1 -1
- package/src/app/@modal/(.)changelog/modal/features/ReadDetail.tsx +1 -1
- package/src/app/@modal/(.)changelog/modal/features/VersionTag.tsx +1 -2
- package/src/app/@modal/(.)changelog/modal/layout.tsx +1 -1
- package/src/components/Cell/index.tsx +1 -1
- package/src/components/DragUpload/index.tsx +2 -3
- package/src/components/FeatureList/index.tsx +1 -1
- package/src/components/FileParsingStatus/EmbeddingStatus.tsx +1 -1
- package/src/components/FileParsingStatus/index.tsx +1 -1
- package/src/components/FunctionModal/style.tsx +2 -2
- package/src/components/GoBack/index.tsx +1 -2
- package/src/components/HotKeys/index.tsx +1 -1
- package/src/components/InstantSwitch/index.tsx +28 -0
- package/src/components/Menu/index.tsx +1 -1
- package/src/components/ModelSelect/index.tsx +2 -3
- package/src/components/Notification/index.tsx +2 -1
- package/src/components/StatisticCard/index.tsx +5 -6
- package/src/config/aiModels/ai21.ts +38 -0
- package/src/config/aiModels/ai360.ts +71 -0
- package/src/config/aiModels/anthropic.ts +152 -0
- package/src/config/aiModels/azure.ts +86 -0
- package/src/config/aiModels/baichuan.ts +107 -0
- package/src/config/aiModels/bedrock.ts +315 -0
- package/src/config/aiModels/cloudflare.ts +88 -0
- package/src/config/aiModels/deepseek.ts +27 -0
- package/src/config/aiModels/fireworksai.ts +232 -0
- package/src/config/aiModels/giteeai.ts +137 -0
- package/src/config/aiModels/github.ts +273 -0
- package/src/config/aiModels/google.ts +317 -0
- package/src/config/aiModels/groq.ts +202 -0
- package/src/config/aiModels/higress.ts +2828 -0
- package/src/config/aiModels/huggingface.ts +56 -0
- package/src/config/aiModels/hunyuan.ts +151 -0
- package/src/config/aiModels/index.ts +98 -0
- package/src/config/aiModels/internlm.ts +40 -0
- package/src/config/aiModels/minimax.ts +55 -0
- package/src/config/aiModels/mistral.ts +172 -0
- package/src/config/aiModels/moonshot.ts +44 -0
- package/src/config/aiModels/novita.ts +124 -0
- package/src/config/aiModels/ollama.ts +412 -0
- package/src/config/aiModels/openai.ts +537 -0
- package/src/config/aiModels/openrouter.ts +252 -0
- package/src/config/aiModels/perplexity.ts +67 -0
- package/src/config/aiModels/qwen.ts +302 -0
- package/src/config/aiModels/sensenova.ts +114 -0
- package/src/config/aiModels/siliconcloud.ts +679 -0
- package/src/config/aiModels/spark.ts +68 -0
- package/src/config/aiModels/stepfun.ts +153 -0
- package/src/config/aiModels/taichu.ts +19 -0
- package/src/config/aiModels/togetherai.ts +334 -0
- package/src/config/aiModels/upstage.ts +37 -0
- package/src/config/aiModels/wenxin.ts +171 -0
- package/src/config/aiModels/xai.ts +72 -0
- package/src/config/aiModels/zeroone.ts +156 -0
- package/src/config/aiModels/zhipu.ts +235 -0
- package/src/config/featureFlags/schema.ts +3 -0
- package/src/config/modelProviders/anthropic.ts +1 -0
- package/src/config/modelProviders/github.ts +0 -1
- package/src/config/modelProviders/google.ts +1 -0
- package/src/config/modelProviders/stepfun.ts +2 -0
- package/src/database/migrations/0013_add_ai_infra.sql +44 -0
- package/src/database/migrations/meta/0013_snapshot.json +3598 -0
- package/src/database/migrations/meta/_journal.json +7 -0
- package/src/database/repositories/aiInfra/index.ts +115 -0
- package/src/database/schemas/aiInfra.ts +69 -0
- package/src/database/schemas/index.ts +1 -0
- package/src/database/server/models/__tests__/aiModel.test.ts +318 -0
- package/src/database/server/models/__tests__/aiProvider.test.ts +373 -0
- package/src/database/server/models/aiModel.ts +250 -0
- package/src/database/server/models/aiProvider.ts +234 -0
- package/src/features/AgentSetting/AgentPrompt/index.tsx +2 -2
- package/src/features/ChatInput/ActionBar/Token/TokenTag.tsx +2 -1
- package/src/features/ChatInput/ActionBar/Tools/index.tsx +2 -3
- package/src/features/ChatInput/ActionBar/Upload/ServerMode.tsx +2 -3
- package/src/features/ChatInput/Desktop/FilePreview/FileItem/index.tsx +3 -2
- package/src/features/ChatInput/Desktop/FilePreview/FileList.tsx +2 -2
- package/src/features/ChatInput/Mobile/Files/FileItem/File.tsx +2 -2
- package/src/features/ChatInput/Mobile/InputArea/index.tsx +1 -1
- package/src/features/ChatInput/STT/common.tsx +1 -1
- package/src/features/Conversation/Error/style.tsx +2 -2
- package/src/features/Conversation/Messages/Assistant/FileChunks/Item/style.ts +2 -2
- package/src/features/Conversation/Messages/Assistant/FileChunks/index.tsx +1 -1
- package/src/features/Conversation/Messages/Assistant/ToolCallItem/Inspector/style.ts +2 -3
- package/src/features/Conversation/Messages/Assistant/ToolCallItem/style.ts +2 -3
- package/src/features/Conversation/Messages/User/FileListViewer/Item.tsx +0 -1
- package/src/features/Conversation/components/BackBottom/style.ts +2 -2
- package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/Icon.tsx +2 -3
- package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/index.tsx +3 -3
- package/src/features/Conversation/components/MarkdownElements/LobeThinking/Render.tsx +1 -1
- package/src/features/Conversation/components/OTPInput.tsx +2 -2
- package/src/features/DataImporter/Loading.tsx +1 -1
- package/src/features/FileManager/FileList/EmptyStatus.tsx +1 -1
- package/src/features/FileManager/FileList/index.tsx +1 -1
- package/src/features/FileManager/UploadDock/Item.tsx +1 -1
- package/src/features/FileManager/UploadDock/index.tsx +4 -4
- package/src/features/FileViewer/NotSupport/index.tsx +1 -1
- package/src/features/FileViewer/Renderer/MSDoc/index.tsx +0 -1
- package/src/features/FileViewer/Renderer/TXT/index.tsx +1 -1
- package/src/features/InitClientDB/EnableModal.tsx +1 -1
- package/src/features/InitClientDB/ErrorResult.tsx +1 -1
- package/src/features/InitClientDB/InitIndicator.tsx +1 -1
- package/src/features/KnowledgeBaseModal/AddFilesToKnowledgeBase/SelectForm.tsx +0 -1
- package/src/features/ModelSwitchPanel/index.tsx +2 -2
- package/src/features/PluginsUI/Render/Loading.tsx +0 -1
- package/src/features/Portal/Home/Body/Files/FileList/Item.tsx +1 -1
- package/src/features/Portal/Home/Body/Plugins/ArtifactList/Item/style.ts +1 -2
- package/src/features/Setting/SettingContainer.tsx +8 -1
- package/src/features/ShareModal/ShareImage/style.ts +2 -2
- package/src/features/ShareModal/style.ts +2 -2
- package/src/features/User/DataStatistics.tsx +1 -1
- package/src/hooks/useEnabledChatModels.ts +10 -1
- package/src/hooks/useModelSupportToolUse.ts +15 -0
- package/src/hooks/useModelSupportVision.ts +15 -0
- package/src/layout/AuthProvider/Clerk/useAppearance.ts +3 -3
- package/src/layout/GlobalProvider/AppTheme.tsx +1 -1
- package/src/layout/GlobalProvider/StoreInitialization.tsx +5 -0
- package/src/locales/default/common.ts +1 -0
- package/src/locales/default/modelProvider.ts +178 -0
- package/src/locales/default/setting.ts +1 -0
- package/src/server/modules/KeyVaultsEncrypt/index.ts +1 -1
- package/src/server/routers/lambda/aiModel.ts +128 -0
- package/src/server/routers/lambda/aiProvider.ts +127 -0
- package/src/server/routers/lambda/index.ts +4 -0
- package/src/services/__tests__/_auth.test.ts +16 -49
- package/src/services/__tests__/chat.test.ts +2 -0
- package/src/services/_auth.ts +42 -25
- package/src/services/aiModel.ts +52 -0
- package/src/services/aiProvider.ts +47 -0
- package/src/services/chat.ts +62 -18
- package/src/store/aiInfra/index.ts +2 -0
- package/src/store/aiInfra/initialState.ts +11 -0
- package/src/store/aiInfra/selectors.ts +2 -0
- package/src/store/aiInfra/slices/aiModel/action.ts +146 -0
- package/src/store/aiInfra/slices/aiModel/index.ts +3 -0
- package/src/store/aiInfra/slices/aiModel/initialState.ts +14 -0
- package/src/store/aiInfra/slices/aiModel/selectors.ts +63 -0
- package/src/store/aiInfra/slices/aiProvider/action.ts +208 -0
- package/src/store/aiInfra/slices/aiProvider/index.ts +3 -0
- package/src/store/aiInfra/slices/aiProvider/initialState.ts +32 -0
- package/src/store/aiInfra/slices/aiProvider/selectors.ts +99 -0
- package/src/store/aiInfra/store.ts +25 -0
- package/src/store/global/initialState.ts +1 -0
- package/src/store/serverConfig/selectors.test.ts +1 -0
- package/src/styles/global.ts +1 -1
- package/src/types/aiModel.ts +32 -6
- package/src/types/aiProvider.ts +11 -4
- package/src/utils/fetch/fetchSSE.ts +3 -1
@@ -0,0 +1,124 @@
|
|
1
|
+
import { AIChatModelCard } from '@/types/aiModel';
|
2
|
+
|
3
|
+
const novitaChatModels: AIChatModelCard[] = [
|
4
|
+
{
|
5
|
+
contextWindowTokens: 8192,
|
6
|
+
description:
|
7
|
+
'Llama 3.1 8B Instruct 是 Meta 推出的最新版本,优化了高质量对话场景,表现优于许多领先的闭源模型。',
|
8
|
+
displayName: 'Llama 3.1 8B Instruct',
|
9
|
+
enabled: true,
|
10
|
+
id: 'meta-llama/llama-3.1-8b-instruct',
|
11
|
+
type: 'chat',
|
12
|
+
},
|
13
|
+
{
|
14
|
+
contextWindowTokens: 131_072,
|
15
|
+
description:
|
16
|
+
'Llama 3.1 70B Instruct 专为高质量对话而设计,在人类评估中表现突出,特别适合高交互场景。',
|
17
|
+
displayName: 'Llama 3.1 70B Instruct',
|
18
|
+
enabled: true,
|
19
|
+
id: 'meta-llama/llama-3.1-70b-instruct',
|
20
|
+
type: 'chat',
|
21
|
+
},
|
22
|
+
{
|
23
|
+
contextWindowTokens: 32_768,
|
24
|
+
description:
|
25
|
+
'Llama 3.1 405B Instruct 是 Meta最新推出的版本,优化用于生成高质量对话,超越了许多领导闭源模型。',
|
26
|
+
displayName: 'Llama 3.1 405B Instruct',
|
27
|
+
enabled: true,
|
28
|
+
id: 'meta-llama/llama-3.1-405b-instruct',
|
29
|
+
type: 'chat',
|
30
|
+
},
|
31
|
+
{
|
32
|
+
contextWindowTokens: 8192,
|
33
|
+
description: 'Llama 3 8B Instruct 优化了高质量对话场景,性能优于许多闭源模型。',
|
34
|
+
displayName: 'Llama 3 8B Instruct',
|
35
|
+
id: 'meta-llama/llama-3-8b-instruct',
|
36
|
+
type: 'chat',
|
37
|
+
},
|
38
|
+
{
|
39
|
+
contextWindowTokens: 8192,
|
40
|
+
description: 'Llama 3 70B Instruct 优化用于高质量对话场景,在各类人类评估中表现优异。',
|
41
|
+
displayName: 'Llama 3 70B Instruct',
|
42
|
+
id: 'meta-llama/llama-3-70b-instruct',
|
43
|
+
type: 'chat',
|
44
|
+
},
|
45
|
+
{
|
46
|
+
contextWindowTokens: 8192,
|
47
|
+
description: 'Gemma 2 9B 是谷歌的一款开源语言模型,以其在效率和性能方面设立了新的标准。',
|
48
|
+
displayName: 'Gemma 2 9B',
|
49
|
+
enabled: true,
|
50
|
+
id: 'google/gemma-2-9b-it',
|
51
|
+
type: 'chat',
|
52
|
+
},
|
53
|
+
{
|
54
|
+
contextWindowTokens: 32_768,
|
55
|
+
description: 'Mistral Nemo 是多语言支持和高性能编程的7.3B参数模型。',
|
56
|
+
displayName: 'Mistral Nemo',
|
57
|
+
enabled: true,
|
58
|
+
id: 'mistralai/mistral-nemo',
|
59
|
+
type: 'chat',
|
60
|
+
},
|
61
|
+
{
|
62
|
+
contextWindowTokens: 32_768,
|
63
|
+
description: 'Mistral 7B Instruct 是一款兼有速度优化和长上下文支持的高性能行业标准模型。',
|
64
|
+
displayName: 'Mistral 7B Instruct',
|
65
|
+
enabled: true,
|
66
|
+
id: 'mistralai/mistral-7b-instruct',
|
67
|
+
type: 'chat',
|
68
|
+
},
|
69
|
+
{
|
70
|
+
contextWindowTokens: 32_768,
|
71
|
+
description: 'WizardLM 2 7B 是微软AI最新的快速轻量化模型,性能接近于现有开源领导模型的10倍。',
|
72
|
+
displayName: 'WizardLM 2 7B',
|
73
|
+
enabled: true,
|
74
|
+
id: 'microsoft/wizardlm 2-7b',
|
75
|
+
type: 'chat',
|
76
|
+
},
|
77
|
+
{
|
78
|
+
contextWindowTokens: 65_535,
|
79
|
+
description: 'WizardLM-2 8x22B 是微软AI最先进的Wizard模型,显示出极其竞争力的表现。',
|
80
|
+
displayName: 'WizardLM-2 8x22B',
|
81
|
+
enabled: true,
|
82
|
+
id: 'microsoft/wizardlm-2-8x22b',
|
83
|
+
type: 'chat',
|
84
|
+
},
|
85
|
+
{
|
86
|
+
contextWindowTokens: 16_000,
|
87
|
+
description: 'Dolphin Mixtral 8x22B 是一款为指令遵循、对话和编程设计的模型。',
|
88
|
+
displayName: 'Dolphin Mixtral 8x22B',
|
89
|
+
id: 'cognitivecomputations/dolphin-mixtral-8x22b',
|
90
|
+
type: 'chat',
|
91
|
+
},
|
92
|
+
{
|
93
|
+
contextWindowTokens: 8192,
|
94
|
+
description: 'Hermes 2 Pro Llama 3 8B 是 Nous Hermes 2的升级版本,包含最新的内部开发的数据集。',
|
95
|
+
displayName: 'Hermes 2 Pro Llama 3 8B',
|
96
|
+
id: 'nousresearch/hermes-2-pro-llama-3-8b',
|
97
|
+
type: 'chat',
|
98
|
+
},
|
99
|
+
{
|
100
|
+
contextWindowTokens: 32_768,
|
101
|
+
description: 'Hermes 2 Mixtral 8x7B DPO 是一款高度灵活的多模型合并,旨在提供卓越的创造性体验。',
|
102
|
+
displayName: 'Hermes 2 Mixtral 8x7B DPO',
|
103
|
+
id: 'Nous-Hermes-2-Mixtral-8x7B-DPO',
|
104
|
+
type: 'chat',
|
105
|
+
},
|
106
|
+
{
|
107
|
+
contextWindowTokens: 4096,
|
108
|
+
description: 'MythoMax l2 13B 是一款合并了多个顶尖模型的创意与智能相结合的语言模型。',
|
109
|
+
displayName: 'MythoMax l2 13B',
|
110
|
+
id: 'gryphe/mythomax-l2-13b',
|
111
|
+
type: 'chat',
|
112
|
+
},
|
113
|
+
{
|
114
|
+
contextWindowTokens: 4096,
|
115
|
+
description: 'OpenChat 7B 是经过“C-RLFT(条件强化学习微调)”策略精调的开源语言模型库。',
|
116
|
+
displayName: 'OpenChat 7B',
|
117
|
+
id: 'openchat/openchat-7b',
|
118
|
+
type: 'chat',
|
119
|
+
},
|
120
|
+
];
|
121
|
+
|
122
|
+
export const allModels = [...novitaChatModels];
|
123
|
+
|
124
|
+
export default allModels;
|
@@ -0,0 +1,412 @@
|
|
1
|
+
import { AIChatModelCard } from '@/types/aiModel';
|
2
|
+
|
3
|
+
const ollamaChatModels: AIChatModelCard[] = [
|
4
|
+
{
|
5
|
+
abilities: {
|
6
|
+
functionCall: true,
|
7
|
+
},
|
8
|
+
contextWindowTokens: 128_000,
|
9
|
+
description:
|
10
|
+
'Llama 3.1 是 Meta 推出的领先模型,支持高达 405B 参数,可应用于复杂对话、多语言翻译和数据分析领域。',
|
11
|
+
displayName: 'Llama 3.1 8B',
|
12
|
+
enabled: true,
|
13
|
+
id: 'llama3.1',
|
14
|
+
type: 'chat',
|
15
|
+
},
|
16
|
+
{
|
17
|
+
contextWindowTokens: 128_000,
|
18
|
+
description:
|
19
|
+
'Llama 3.1 是 Meta 推出的领先模型,支持高达 405B 参数,可应用于复杂对话、多语言翻译和数据分析领域。',
|
20
|
+
displayName: 'Llama 3.1 70B',
|
21
|
+
id: 'llama3.1:70b',
|
22
|
+
type: 'chat',
|
23
|
+
},
|
24
|
+
{
|
25
|
+
contextWindowTokens: 128_000,
|
26
|
+
description:
|
27
|
+
'Llama 3.1 是 Meta 推出的领先模型,支持高达 405B 参数,可应用于复杂对话、多语言翻译和数据分析领域。',
|
28
|
+
displayName: 'Llama 3.1 405B',
|
29
|
+
id: 'llama3.1:405b',
|
30
|
+
type: 'chat',
|
31
|
+
},
|
32
|
+
{
|
33
|
+
contextWindowTokens: 16_384,
|
34
|
+
description:
|
35
|
+
'Code Llama 是一款专注于代码生成和讨论的 LLM,结合广泛的编程语言支持,适用于开发者环境。',
|
36
|
+
displayName: 'Code Llama 7B',
|
37
|
+
enabled: true,
|
38
|
+
id: 'codellama',
|
39
|
+
type: 'chat',
|
40
|
+
},
|
41
|
+
{
|
42
|
+
contextWindowTokens: 16_384,
|
43
|
+
description:
|
44
|
+
'Code Llama 是一款专注于代码生成和讨论的 LLM,结合广泛的编程语言支持,适用于开发者环境。',
|
45
|
+
displayName: 'Code Llama 13B',
|
46
|
+
id: 'codellama:13b',
|
47
|
+
type: 'chat',
|
48
|
+
},
|
49
|
+
{
|
50
|
+
contextWindowTokens: 16_384,
|
51
|
+
description:
|
52
|
+
'Code Llama 是一款专注于代码生成和讨论的 LLM,结合广泛的编程语言支持,适用于开发者环境。',
|
53
|
+
displayName: 'Code Llama 34B',
|
54
|
+
id: 'codellama:34b',
|
55
|
+
type: 'chat',
|
56
|
+
},
|
57
|
+
{
|
58
|
+
contextWindowTokens: 16_384,
|
59
|
+
description:
|
60
|
+
'Code Llama 是一款专注于代码生成和讨论的 LLM,结合广泛的编程语言支持,适用于开发者环境。',
|
61
|
+
displayName: 'Code Llama 70B',
|
62
|
+
id: 'codellama:70b',
|
63
|
+
type: 'chat',
|
64
|
+
},
|
65
|
+
{
|
66
|
+
abilities: {
|
67
|
+
functionCall: true,
|
68
|
+
},
|
69
|
+
contextWindowTokens: 128_000,
|
70
|
+
description: 'QwQ 是一个实验研究模型,专注于提高 AI 推理能力。',
|
71
|
+
displayName: 'QwQ 32B',
|
72
|
+
enabled: true,
|
73
|
+
id: 'qwq',
|
74
|
+
releasedAt: '2024-11-28',
|
75
|
+
type: 'chat',
|
76
|
+
},
|
77
|
+
{
|
78
|
+
contextWindowTokens: 128_000,
|
79
|
+
description: 'Qwen2.5 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
80
|
+
displayName: 'Qwen2.5 0.5B',
|
81
|
+
id: 'qwen2.5:0.5b',
|
82
|
+
type: 'chat',
|
83
|
+
},
|
84
|
+
{
|
85
|
+
contextWindowTokens: 128_000,
|
86
|
+
description: 'Qwen2.5 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
87
|
+
displayName: 'Qwen2.5 1.5B',
|
88
|
+
id: 'qwen2.5:1.5b',
|
89
|
+
type: 'chat',
|
90
|
+
},
|
91
|
+
{
|
92
|
+
abilities: {
|
93
|
+
functionCall: true,
|
94
|
+
},
|
95
|
+
contextWindowTokens: 128_000,
|
96
|
+
description: 'Qwen2.5 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
97
|
+
displayName: 'Qwen2.5 7B',
|
98
|
+
enabled: true,
|
99
|
+
id: 'qwen2.5',
|
100
|
+
type: 'chat',
|
101
|
+
},
|
102
|
+
{
|
103
|
+
contextWindowTokens: 128_000,
|
104
|
+
description: 'Qwen2.5 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
105
|
+
displayName: 'Qwen2.5 72B',
|
106
|
+
id: 'qwen2.5:72b',
|
107
|
+
type: 'chat',
|
108
|
+
},
|
109
|
+
{
|
110
|
+
abilities: {
|
111
|
+
functionCall: true,
|
112
|
+
},
|
113
|
+
contextWindowTokens: 65_536,
|
114
|
+
description: 'CodeQwen1.5 是基于大量代码数据训练的大型语言模型,专为解决复杂编程任务。',
|
115
|
+
displayName: 'CodeQwen1.5 7B',
|
116
|
+
id: 'codeqwen',
|
117
|
+
type: 'chat',
|
118
|
+
},
|
119
|
+
{
|
120
|
+
abilities: {
|
121
|
+
functionCall: true,
|
122
|
+
},
|
123
|
+
contextWindowTokens: 128_000,
|
124
|
+
description: 'Qwen2 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
125
|
+
displayName: 'Qwen2 0.5B',
|
126
|
+
id: 'qwen2:0.5b',
|
127
|
+
type: 'chat',
|
128
|
+
},
|
129
|
+
{
|
130
|
+
abilities: {
|
131
|
+
functionCall: true,
|
132
|
+
},
|
133
|
+
contextWindowTokens: 128_000,
|
134
|
+
description: 'Qwen2 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
135
|
+
displayName: 'Qwen2 1.5B',
|
136
|
+
id: 'qwen2:1.5b',
|
137
|
+
type: 'chat',
|
138
|
+
},
|
139
|
+
{
|
140
|
+
abilities: {
|
141
|
+
functionCall: true,
|
142
|
+
},
|
143
|
+
contextWindowTokens: 128_000,
|
144
|
+
description: 'Qwen2 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
145
|
+
displayName: 'Qwen2 7B',
|
146
|
+
id: 'qwen2',
|
147
|
+
type: 'chat',
|
148
|
+
},
|
149
|
+
{
|
150
|
+
abilities: {
|
151
|
+
functionCall: true,
|
152
|
+
},
|
153
|
+
contextWindowTokens: 128_000,
|
154
|
+
description: 'Qwen2 是阿里巴巴的新一代大规模语言模型,以优异的性能支持多元化的应用需求。',
|
155
|
+
displayName: 'Qwen2 72B',
|
156
|
+
id: 'qwen2:72b',
|
157
|
+
type: 'chat',
|
158
|
+
},
|
159
|
+
{
|
160
|
+
contextWindowTokens: 8192,
|
161
|
+
description: 'Gemma 2 是 Google 推出的高效模型,涵盖从小型应用到复杂数据处理的多种应用场景。',
|
162
|
+
displayName: 'Gemma 2 2B',
|
163
|
+
id: 'gemma2:2b',
|
164
|
+
type: 'chat',
|
165
|
+
},
|
166
|
+
{
|
167
|
+
contextWindowTokens: 8192,
|
168
|
+
description: 'Gemma 2 是 Google 推出的高效模型,涵盖从小型应用到复杂数据处理的多种应用场景。',
|
169
|
+
displayName: 'Gemma 2 9B',
|
170
|
+
id: 'gemma2',
|
171
|
+
type: 'chat',
|
172
|
+
},
|
173
|
+
{
|
174
|
+
contextWindowTokens: 8192,
|
175
|
+
description: 'Gemma 2 是 Google 推出的高效模型,涵盖从小型应用到复杂数据处理的多种应用场景。',
|
176
|
+
displayName: 'Gemma 2 27B',
|
177
|
+
id: 'gemma2:27b',
|
178
|
+
type: 'chat',
|
179
|
+
},
|
180
|
+
{
|
181
|
+
contextWindowTokens: 8192,
|
182
|
+
description: 'CodeGemma 专用于不同编程任务的轻量级语言模型,支持快速迭代和集成。',
|
183
|
+
displayName: 'CodeGemma 2B',
|
184
|
+
id: 'codegemma:2b',
|
185
|
+
type: 'chat',
|
186
|
+
},
|
187
|
+
{
|
188
|
+
contextWindowTokens: 8192,
|
189
|
+
description: 'CodeGemma 专用于不同编程任务的轻量级语言模型,支持快速迭代和集成。',
|
190
|
+
displayName: 'CodeGemma 7B',
|
191
|
+
id: 'codegemma',
|
192
|
+
type: 'chat',
|
193
|
+
},
|
194
|
+
{
|
195
|
+
contextWindowTokens: 128_000,
|
196
|
+
description: 'Phi-3 是微软推出的轻量级开放模型,适用于高效集成和大规模知识推理。',
|
197
|
+
displayName: 'Phi-3 3.8B',
|
198
|
+
enabled: true,
|
199
|
+
id: 'phi3',
|
200
|
+
type: 'chat',
|
201
|
+
},
|
202
|
+
{
|
203
|
+
contextWindowTokens: 128_000,
|
204
|
+
description: 'Phi-3 是微软推出的轻量级开放模型,适用于高效集成和大规模知识推理。',
|
205
|
+
displayName: 'Phi-3 14B',
|
206
|
+
id: 'phi3:14b',
|
207
|
+
type: 'chat',
|
208
|
+
},
|
209
|
+
{
|
210
|
+
contextWindowTokens: 32_768,
|
211
|
+
description:
|
212
|
+
'WizardLM 2 是微软AI提供的语言模型,在复杂对话、多语言、推理和智能助手领域表现尤为出色。',
|
213
|
+
displayName: 'WizardLM 2 7B',
|
214
|
+
enabled: true,
|
215
|
+
id: 'wizardlm2',
|
216
|
+
type: 'chat',
|
217
|
+
},
|
218
|
+
{
|
219
|
+
contextWindowTokens: 65_536,
|
220
|
+
description:
|
221
|
+
'WizardLM 2 是微软AI提供的语言模型,在复杂对话、多语言、推理和智能助手领域表现尤为出色。',
|
222
|
+
displayName: 'WizardLM 2 8x22B',
|
223
|
+
id: 'wizardlm2:8x22b',
|
224
|
+
type: 'chat',
|
225
|
+
},
|
226
|
+
{
|
227
|
+
contextWindowTokens: 32_768,
|
228
|
+
description: 'MathΣtral 专为科学研究和数学推理设计,提供有效的计算能力和结果解释。',
|
229
|
+
displayName: 'MathΣtral 7B',
|
230
|
+
enabled: true,
|
231
|
+
id: 'mathstral',
|
232
|
+
type: 'chat',
|
233
|
+
},
|
234
|
+
{
|
235
|
+
abilities: {
|
236
|
+
functionCall: true,
|
237
|
+
},
|
238
|
+
contextWindowTokens: 32_768,
|
239
|
+
description: 'Mistral 是 Mistral AI 发布的 7B 模型,适合多变的语言处理需求。',
|
240
|
+
displayName: 'Mistral 7B',
|
241
|
+
enabled: true,
|
242
|
+
id: 'mistral',
|
243
|
+
type: 'chat',
|
244
|
+
},
|
245
|
+
{
|
246
|
+
abilities: {
|
247
|
+
functionCall: true,
|
248
|
+
},
|
249
|
+
contextWindowTokens: 32_768,
|
250
|
+
description:
|
251
|
+
'Mixtral 是 Mistral AI 的专家模型,具有开源权重,并在代码生成和语言理解方面提供支持。',
|
252
|
+
displayName: 'Mixtral 8x7B',
|
253
|
+
enabled: true,
|
254
|
+
id: 'mixtral',
|
255
|
+
type: 'chat',
|
256
|
+
},
|
257
|
+
{
|
258
|
+
abilities: {
|
259
|
+
functionCall: true,
|
260
|
+
},
|
261
|
+
contextWindowTokens: 65_536,
|
262
|
+
description:
|
263
|
+
'Mixtral 是 Mistral AI 的专家模型,具有开源权重,并在代码生成和语言理解方面提供支持。',
|
264
|
+
displayName: 'Mixtral 8x22B',
|
265
|
+
id: 'mixtral:8x22b',
|
266
|
+
type: 'chat',
|
267
|
+
},
|
268
|
+
{
|
269
|
+
contextWindowTokens: 128_000,
|
270
|
+
description:
|
271
|
+
'Mixtral Large 是 Mistral 的旗舰模型,结合代码生成、数学和推理的能力,支持 128k 上下文窗口。',
|
272
|
+
displayName: 'Mixtral Large 123B',
|
273
|
+
enabled: true,
|
274
|
+
id: 'mistral-large',
|
275
|
+
type: 'chat',
|
276
|
+
},
|
277
|
+
{
|
278
|
+
abilities: {
|
279
|
+
functionCall: true,
|
280
|
+
},
|
281
|
+
contextWindowTokens: 128_000,
|
282
|
+
description: 'Mistral Nemo 由 Mistral AI 和 NVIDIA 合作推出,是高效性能的 12B 模型。',
|
283
|
+
displayName: 'Mixtral Nemo 12B',
|
284
|
+
enabled: true,
|
285
|
+
id: 'mistral-nemo',
|
286
|
+
type: 'chat',
|
287
|
+
},
|
288
|
+
{
|
289
|
+
contextWindowTokens: 32_768,
|
290
|
+
description: 'Codestral 是 Mistral AI 的首款代码模型,为代码生成任务提供优异支持。',
|
291
|
+
displayName: 'Codestral 22B',
|
292
|
+
enabled: true,
|
293
|
+
id: 'codestral',
|
294
|
+
type: 'chat',
|
295
|
+
},
|
296
|
+
{
|
297
|
+
contextWindowTokens: 8192,
|
298
|
+
description: 'Aya 23 是 Cohere 推出的多语言模型,支持 23 种语言,为多元化语言应用提供便利。',
|
299
|
+
displayName: 'Aya 23 8B',
|
300
|
+
enabled: true,
|
301
|
+
id: 'aya',
|
302
|
+
type: 'chat',
|
303
|
+
},
|
304
|
+
{
|
305
|
+
contextWindowTokens: 8192,
|
306
|
+
description: 'Aya 23 是 Cohere 推出的多语言模型,支持 23 种语言,为多元化语言应用提供便利。',
|
307
|
+
displayName: 'Aya 23 35B',
|
308
|
+
id: 'aya:35b',
|
309
|
+
type: 'chat',
|
310
|
+
},
|
311
|
+
{
|
312
|
+
abilities: {
|
313
|
+
functionCall: true,
|
314
|
+
},
|
315
|
+
contextWindowTokens: 131_072,
|
316
|
+
description: 'Command R 是优化用于对话和长上下文任务的LLM,特别适合动态交互与知识管理。',
|
317
|
+
displayName: 'Command R 35B',
|
318
|
+
enabled: true,
|
319
|
+
id: 'command-r',
|
320
|
+
type: 'chat',
|
321
|
+
},
|
322
|
+
{
|
323
|
+
abilities: {
|
324
|
+
functionCall: true,
|
325
|
+
},
|
326
|
+
contextWindowTokens: 131_072,
|
327
|
+
description: 'Command R+ 是一款高性能的大型语言模型,专为真实企业场景和复杂应用而设计。',
|
328
|
+
displayName: 'Command R+ 104B',
|
329
|
+
enabled: true,
|
330
|
+
id: 'command-r-plus',
|
331
|
+
type: 'chat',
|
332
|
+
},
|
333
|
+
{
|
334
|
+
contextWindowTokens: 32_768,
|
335
|
+
description: 'DeepSeek V2 是高效的 Mixture-of-Experts 语言模型,适用于经济高效的处理需求。',
|
336
|
+
displayName: 'DeepSeek V2 16B',
|
337
|
+
enabled: true,
|
338
|
+
id: 'deepseek-v2',
|
339
|
+
type: 'chat',
|
340
|
+
},
|
341
|
+
{
|
342
|
+
contextWindowTokens: 128_000,
|
343
|
+
description: 'DeepSeek V2 236B 是 DeepSeek 的设计代码模型,提供强大的代码生成能力。',
|
344
|
+
displayName: 'DeepSeek V2 236B',
|
345
|
+
id: 'deepseek-v2:236b',
|
346
|
+
type: 'chat',
|
347
|
+
},
|
348
|
+
{
|
349
|
+
contextWindowTokens: 128_000,
|
350
|
+
description:
|
351
|
+
'DeepSeek Coder V2 是开源的混合专家代码模型,在代码任务方面表现优异,与 GPT4-Turbo 相媲美。',
|
352
|
+
displayName: 'DeepSeek Coder V2 16B',
|
353
|
+
enabled: true,
|
354
|
+
id: 'deepseek-coder-v2',
|
355
|
+
type: 'chat',
|
356
|
+
},
|
357
|
+
{
|
358
|
+
contextWindowTokens: 128_000,
|
359
|
+
description:
|
360
|
+
'DeepSeek Coder V2 是开源的混合专家代码模型,在代码任务方面表现优异,与 GPT4-Turbo 相媲美。',
|
361
|
+
displayName: 'DeepSeek Coder V2 236B',
|
362
|
+
id: 'deepseek-coder-v2:236b',
|
363
|
+
type: 'chat',
|
364
|
+
},
|
365
|
+
{
|
366
|
+
abilities: {
|
367
|
+
vision: true,
|
368
|
+
},
|
369
|
+
contextWindowTokens: 4096,
|
370
|
+
description: 'LLaVA 是结合视觉编码器和 Vicuna 的多模态模型,用于强大的视觉和语言理解。',
|
371
|
+
displayName: 'LLaVA 7B',
|
372
|
+
enabled: true,
|
373
|
+
id: 'llava',
|
374
|
+
type: 'chat',
|
375
|
+
},
|
376
|
+
{
|
377
|
+
abilities: {
|
378
|
+
vision: true,
|
379
|
+
},
|
380
|
+
contextWindowTokens: 4096,
|
381
|
+
description: 'LLaVA 是结合视觉编码器和 Vicuna 的多模态模型,用于强大的视觉和语言理解。',
|
382
|
+
displayName: 'LLaVA 13B',
|
383
|
+
id: 'llava:13b',
|
384
|
+
type: 'chat',
|
385
|
+
},
|
386
|
+
{
|
387
|
+
abilities: {
|
388
|
+
vision: true,
|
389
|
+
},
|
390
|
+
contextWindowTokens: 4096,
|
391
|
+
description: 'LLaVA 是结合视觉编码器和 Vicuna 的多模态模型,用于强大的视觉和语言理解。',
|
392
|
+
displayName: 'LLaVA 34B',
|
393
|
+
id: 'llava:34b',
|
394
|
+
type: 'chat',
|
395
|
+
},
|
396
|
+
{
|
397
|
+
abilities: {
|
398
|
+
vision: true,
|
399
|
+
},
|
400
|
+
contextWindowTokens: 128_000,
|
401
|
+
description:
|
402
|
+
'MiniCPM-V 是 OpenBMB 推出的新一代多模态大模型,具备卓越的 OCR 识别和多模态理解能力,支持广泛的应用场景。',
|
403
|
+
displayName: 'MiniCPM-V 8B',
|
404
|
+
enabled: true,
|
405
|
+
id: 'minicpm-v',
|
406
|
+
type: 'chat',
|
407
|
+
},
|
408
|
+
];
|
409
|
+
|
410
|
+
export const allModels = [...ollamaChatModels];
|
411
|
+
|
412
|
+
export default allModels;
|