@lobehub/chat 1.90.4 → 1.91.1
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 +58 -0
- package/changelog/v1.json +21 -0
- package/docs/changelog/2023-09-09-plugin-system.mdx +2 -3
- package/docs/changelog/2023-11-14-gpt4-vision.mdx +4 -6
- package/docs/changelog/2023-11-19-tts-stt.mdx +2 -3
- package/docs/changelog/2023-12-22-dalle-3.mdx +2 -5
- package/docs/changelog/2023-12-22-dalle-3.zh-CN.mdx +2 -2
- package/docs/changelog/2024-02-08-sso-oauth.mdx +2 -2
- package/docs/changelog/2024-06-19-lobe-chat-v1.mdx +2 -3
- package/docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx +2 -2
- package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +2 -3
- package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +2 -2
- package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +2 -3
- package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +4 -5
- package/docs/changelog/2024-09-13-openai-o1-models.mdx +2 -2
- package/docs/changelog/2024-09-20-artifacts.mdx +2 -3
- package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +2 -2
- package/docs/changelog/2024-10-27-pin-assistant.mdx +2 -3
- package/docs/changelog/2024-11-06-share-text-json.mdx +2 -4
- package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +2 -2
- package/docs/changelog/2024-11-25-november-providers.mdx +2 -2
- package/docs/changelog/2024-11-27-forkable-chat.mdx +2 -2
- package/docs/changelog/2025-01-03-user-profile.mdx +2 -2
- package/docs/changelog/2025-01-22-new-ai-provider.mdx +2 -2
- package/docs/changelog/2025-02-02-deepseek-r1.mdx +4 -4
- package/docs/development/basic/add-new-authentication-providers.zh-CN.mdx +1 -2
- package/docs/development/basic/chat-api.mdx +2 -4
- package/docs/development/basic/chat-api.zh-CN.mdx +2 -4
- package/docs/development/internationalization/internationalization-implementation.mdx +10 -10
- package/docs/development/internationalization/internationalization-implementation.zh-CN.mdx +10 -10
- package/docs/self-hosting/advanced/analytics.mdx +2 -2
- package/docs/self-hosting/advanced/auth/clerk.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/auth0.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/authentik.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +4 -7
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +0 -3
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/github.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.mdx +12 -6
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.zh-CN.mdx +5 -1
- package/docs/self-hosting/advanced/auth/next-auth/logto.mdx +8 -14
- package/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +6 -12
- package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/wechat.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/zitadel.mdx +2 -3
- package/docs/self-hosting/advanced/auth.mdx +2 -3
- package/docs/self-hosting/advanced/desktop.mdx +2 -1
- package/docs/self-hosting/advanced/desktop.zh-CN.mdx +1 -3
- package/docs/self-hosting/advanced/feature-flags.mdx +2 -3
- package/docs/self-hosting/advanced/knowledge-base.mdx +4 -3
- package/docs/self-hosting/advanced/model-list.mdx +11 -10
- package/docs/self-hosting/advanced/model-list.zh-CN.mdx +10 -9
- package/docs/self-hosting/advanced/observability/langfuse.mdx +2 -3
- package/docs/self-hosting/advanced/online-search.mdx +11 -10
- package/docs/self-hosting/advanced/online-search.zh-CN.mdx +7 -7
- package/docs/self-hosting/advanced/s3/tencent-cloud.mdx +2 -2
- package/docs/self-hosting/advanced/settings-url-share.mdx +2 -3
- package/docs/self-hosting/advanced/upstream-sync.mdx +2 -3
- package/docs/self-hosting/advanced/webrtc.mdx +2 -2
- package/docs/self-hosting/environment-variables/analytics.mdx +2 -3
- package/docs/self-hosting/environment-variables/auth.mdx +2 -3
- package/docs/self-hosting/environment-variables/basic.mdx +4 -5
- package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +2 -2
- package/docs/self-hosting/environment-variables/model-provider.mdx +2 -3
- package/docs/self-hosting/environment-variables/s3.mdx +3 -5
- package/docs/self-hosting/environment-variables.mdx +2 -2
- package/docs/self-hosting/examples/azure-openai.mdx +2 -2
- package/docs/self-hosting/examples/ollama.mdx +2 -3
- package/docs/self-hosting/faq/no-v1-suffix.mdx +4 -4
- package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +2 -3
- package/docs/self-hosting/platform/alibaba-cloud.mdx +2 -3
- package/docs/self-hosting/platform/btpanel.mdx +5 -5
- package/docs/self-hosting/platform/btpanel.zh-CN.mdx +4 -3
- package/docs/self-hosting/platform/docker-compose.mdx +2 -3
- package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +0 -2
- package/docs/self-hosting/platform/docker.mdx +2 -2
- package/docs/self-hosting/platform/netlify.mdx +2 -4
- package/docs/self-hosting/platform/netlify.zh-CN.mdx +2 -2
- package/docs/self-hosting/platform/railway.mdx +2 -3
- package/docs/self-hosting/platform/repocloud.mdx +2 -3
- package/docs/self-hosting/platform/sealos.mdx +2 -2
- package/docs/self-hosting/platform/tencentcloud-lighthouse.mdx +2 -3
- package/docs/self-hosting/platform/vercel.mdx +2 -3
- package/docs/self-hosting/platform/zeabur.mdx +2 -2
- package/docs/self-hosting/server-database/docker-compose.mdx +65 -44
- package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +48 -55
- package/docs/self-hosting/server-database/docker.mdx +2 -2
- package/docs/self-hosting/server-database/docker.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/dokploy.mdx +4 -5
- package/docs/self-hosting/server-database/dokploy.zh-CN.mdx +137 -138
- package/docs/self-hosting/server-database/netlify.mdx +2 -2
- package/docs/self-hosting/server-database/netlify.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/railway.mdx +2 -2
- package/docs/self-hosting/server-database/repocloud.mdx +2 -2
- package/docs/self-hosting/server-database/sealos.mdx +4 -5
- package/docs/self-hosting/server-database/sealos.zh-CN.mdx +18 -20
- package/docs/self-hosting/server-database/vercel.mdx +5 -3
- package/docs/self-hosting/server-database/vercel.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/zeabur.mdx +2 -2
- package/docs/self-hosting/server-database.mdx +1 -1
- package/docs/self-hosting/server-database.zh-CN.mdx +2 -1
- package/docs/self-hosting/start.mdx +2 -2
- package/docs/self-hosting/start.zh-CN.mdx +2 -2
- package/docs/usage/agents/agent-organization.mdx +2 -2
- package/docs/usage/agents/concepts.mdx +4 -5
- package/docs/usage/agents/concepts.zh-CN.mdx +2 -2
- package/docs/usage/agents/custom-agent.mdx +3 -4
- package/docs/usage/agents/custom-agent.zh-CN.mdx +1 -1
- package/docs/usage/agents/model.mdx +5 -5
- package/docs/usage/agents/model.zh-CN.mdx +3 -5
- package/docs/usage/agents/prompt.mdx +4 -5
- package/docs/usage/agents/topics.mdx +3 -4
- package/docs/usage/agents/topics.zh-CN.mdx +1 -1
- package/docs/usage/features/agent-market.mdx +3 -11
- package/docs/usage/features/agent-market.zh-CN.mdx +2 -7
- package/docs/usage/features/artifacts.mdx +2 -2
- package/docs/usage/features/auth.mdx +2 -3
- package/docs/usage/features/cot.mdx +2 -2
- package/docs/usage/features/database.mdx +2 -2
- package/docs/usage/features/knowledge-base.mdx +4 -3
- package/docs/usage/features/knowledge-base.zh-CN.mdx +2 -1
- package/docs/usage/features/local-llm.mdx +2 -3
- package/docs/usage/features/mobile.mdx +2 -2
- package/docs/usage/features/more.mdx +2 -3
- package/docs/usage/features/multi-ai-providers.mdx +2 -3
- package/docs/usage/features/plugin-system.mdx +3 -11
- package/docs/usage/features/plugin-system.zh-CN.mdx +1 -8
- package/docs/usage/features/pwa.mdx +4 -4
- package/docs/usage/features/pwa.zh-CN.mdx +2 -1
- package/docs/usage/features/text-to-image.mdx +3 -11
- package/docs/usage/features/text-to-image.zh-CN.mdx +3 -10
- package/docs/usage/features/theme.mdx +2 -3
- package/docs/usage/features/tts.mdx +3 -11
- package/docs/usage/features/tts.zh-CN.mdx +1 -8
- package/docs/usage/features/vision.mdx +3 -11
- package/docs/usage/features/vision.zh-CN.mdx +1 -8
- package/docs/usage/foundation/basic.mdx +2 -3
- package/docs/usage/foundation/share.mdx +2 -3
- package/docs/usage/foundation/text2image.mdx +2 -2
- package/docs/usage/foundation/translate.mdx +2 -2
- package/docs/usage/foundation/tts-stt.mdx +2 -2
- package/docs/usage/foundation/vision.mdx +2 -3
- package/docs/usage/plugins/basic-usage.mdx +2 -3
- package/docs/usage/plugins/custom-plugin.mdx +2 -2
- package/docs/usage/plugins/development.mdx +2 -4
- package/docs/usage/plugins/store.mdx +2 -2
- package/docs/usage/providers/ai21.mdx +2 -2
- package/docs/usage/providers/anthropic.mdx +2 -3
- package/docs/usage/providers/anthropic.zh-CN.mdx +2 -2
- package/docs/usage/providers/azure.mdx +2 -3
- package/docs/usage/providers/azureai.mdx +4 -2
- package/docs/usage/providers/azureai.zh-CN.mdx +2 -1
- package/docs/usage/providers/baichuan.mdx +2 -3
- package/docs/usage/providers/bedrock.mdx +2 -3
- package/docs/usage/providers/cloudflare.mdx +3 -2
- package/docs/usage/providers/deepseek.mdx +2 -2
- package/docs/usage/providers/fireworksai.mdx +2 -2
- package/docs/usage/providers/giteeai.mdx +2 -2
- package/docs/usage/providers/github.mdx +1 -1
- package/docs/usage/providers/github.zh-CN.mdx +1 -1
- package/docs/usage/providers/google.mdx +2 -3
- package/docs/usage/providers/groq.mdx +2 -2
- package/docs/usage/providers/hunyuan.mdx +2 -2
- package/docs/usage/providers/infiniai.zh-CN.mdx +3 -1
- package/docs/usage/providers/internlm.mdx +2 -2
- package/docs/usage/providers/jina.mdx +4 -3
- package/docs/usage/providers/jina.zh-CN.mdx +2 -2
- package/docs/usage/providers/lmstudio.mdx +2 -2
- package/docs/usage/providers/lmstudio.zh-CN.mdx +2 -4
- package/docs/usage/providers/minimax.mdx +2 -3
- package/docs/usage/providers/minimax.zh-CN.mdx +2 -2
- package/docs/usage/providers/mistral.mdx +2 -3
- package/docs/usage/providers/modelscope.mdx +4 -0
- package/docs/usage/providers/modelscope.zh-CN.mdx +4 -0
- package/docs/usage/providers/moonshot.mdx +2 -3
- package/docs/usage/providers/novita.mdx +2 -3
- package/docs/usage/providers/novita.zh-CN.mdx +2 -2
- package/docs/usage/providers/nvidia.mdx +3 -2
- package/docs/usage/providers/ollama/gemma.mdx +2 -3
- package/docs/usage/providers/ollama/gemma.zh-CN.mdx +2 -2
- package/docs/usage/providers/ollama.mdx +2 -2
- package/docs/usage/providers/openai.mdx +5 -5
- package/docs/usage/providers/openai.zh-CN.mdx +3 -3
- package/docs/usage/providers/openrouter.mdx +2 -3
- package/docs/usage/providers/perplexity.mdx +2 -2
- package/docs/usage/providers/ppio.mdx +5 -6
- package/docs/usage/providers/ppio.zh-CN.mdx +6 -6
- package/docs/usage/providers/qiniu.mdx +6 -6
- package/docs/usage/providers/qiniu.zh-CN.mdx +2 -1
- package/docs/usage/providers/qwen.mdx +2 -4
- package/docs/usage/providers/sambanova.mdx +2 -1
- package/docs/usage/providers/sensenova.mdx +2 -2
- package/docs/usage/providers/siliconcloud.mdx +2 -2
- package/docs/usage/providers/stepfun.mdx +2 -3
- package/docs/usage/providers/taichu.mdx +2 -3
- package/docs/usage/providers/togetherai.mdx +2 -2
- package/docs/usage/providers/vllm.mdx +15 -12
- package/docs/usage/providers/vllm.zh-CN.mdx +9 -7
- package/docs/usage/providers/volcengine.mdx +16 -14
- package/docs/usage/providers/wenxin.mdx +2 -2
- package/docs/usage/providers/xai.mdx +2 -2
- package/docs/usage/providers/zeroone.mdx +2 -3
- package/docs/usage/providers/zeroone.zh-CN.mdx +2 -2
- package/docs/usage/providers/zhipu.mdx +2 -3
- package/docs/usage/providers/zhipu.zh-CN.mdx +1 -1
- package/docs/usage/providers.mdx +2 -3
- package/docs/usage/start.mdx +2 -3
- package/docs/usage/tools-calling/anthropic.mdx +2 -2
- package/docs/usage/tools-calling/anthropic.zh-CN.mdx +2 -2
- package/docs/usage/tools-calling/google.mdx +2 -2
- package/docs/usage/tools-calling/google.zh-CN.mdx +4 -4
- package/docs/usage/tools-calling/groq.zh-CN.mdx +2 -2
- package/docs/usage/tools-calling/openai.mdx +2 -2
- package/docs/usage/tools-calling/openai.zh-CN.mdx +2 -2
- package/package.json +1 -1
- package/packages/web-crawler/src/crawImpl/exa.ts +93 -0
- package/packages/web-crawler/src/crawImpl/firecrawl.ts +97 -0
- package/packages/web-crawler/src/crawImpl/index.ts +6 -0
- package/packages/web-crawler/src/crawImpl/tavily.ts +94 -0
- package/src/app/(backend)/webapi/user/avatar/[id]/[image]/route.ts +1 -1
- package/src/app/[variants]/(main)/repos/[id]/_layout/Mobile.tsx +7 -7
- package/src/config/aiModels/deepseek.ts +1 -0
- package/src/config/aiModels/hunyuan.ts +1 -0
- package/src/config/aiModels/mistral.ts +1 -2
- package/src/config/aiModels/modelscope.ts +3 -3
- package/src/config/aiModels/novita.ts +23 -22
- package/src/config/aiModels/openrouter.ts +1 -0
- package/src/config/aiModels/qwen.ts +11 -11
- package/src/config/aiModels/siliconcloud.ts +7 -6
- package/src/config/aiModels/vertexai.ts +2 -2
- package/src/config/aiModels/wenxin.ts +1 -2
- package/src/config/modelProviders/baichuan.ts +3 -0
- package/src/config/modelProviders/fireworksai.ts +3 -0
- package/src/config/modelProviders/giteeai.ts +3 -0
- package/src/config/modelProviders/github.ts +1 -2
- package/src/config/modelProviders/groq.ts +0 -3
- package/src/config/modelProviders/hunyuan.ts +3 -0
- package/src/config/modelProviders/infiniai.ts +0 -3
- package/src/config/modelProviders/internlm.ts +3 -0
- package/src/config/modelProviders/minimax.ts +3 -4
- package/src/config/modelProviders/modelscope.ts +3 -3
- package/src/config/modelProviders/moonshot.ts +0 -7
- package/src/config/modelProviders/novita.ts +3 -0
- package/src/config/modelProviders/openrouter.ts +0 -4
- package/src/config/modelProviders/perplexity.ts +0 -3
- package/src/config/modelProviders/qiniu.ts +0 -3
- package/src/config/modelProviders/qwen.ts +0 -3
- package/src/config/modelProviders/sensenova.ts +3 -0
- package/src/config/modelProviders/siliconcloud.ts +0 -3
- package/src/config/modelProviders/spark.ts +0 -5
- package/src/config/modelProviders/stepfun.ts +3 -6
- package/src/config/modelProviders/taichu.ts +3 -0
- package/src/config/modelProviders/tencentcloud.ts +3 -0
- package/src/config/modelProviders/togetherai.ts +3 -0
- package/src/config/modelProviders/upstage.ts +3 -0
- package/src/config/modelProviders/wenxin.ts +3 -4
- package/src/config/modelProviders/xai.ts +0 -3
- package/src/config/modelProviders/zhipu.ts +3 -0
- package/src/database/client/migrations.json +10 -0
- package/src/database/migrations/0023_remove_param_and_doubao.sql +6 -0
- package/src/database/migrations/meta/0014_snapshot.json +182 -539
- package/src/database/migrations/meta/0016_snapshot.json +182 -539
- package/src/database/migrations/meta/0023_snapshot.json +5340 -0
- package/src/database/migrations/meta/_journal.json +7 -0
- package/src/database/repositories/dataImporter/__tests__/fixtures/with-client-id.json +13 -58
- package/src/features/ChatInput/ActionBar/Model/ControlsForm.tsx +1 -8
- package/src/features/ChatInput/ActionBar/Model/index.tsx +8 -16
- package/src/features/ChatInput/ActionBar/Search/Controls.tsx +4 -12
- package/src/features/ChatInput/ActionBar/Search/FCSearchModel.tsx +1 -7
- package/src/features/ChatInput/ActionBar/Search/index.tsx +2 -4
- package/src/features/ModelSwitchPanel/index.tsx +1 -4
- package/src/libs/model-runtime/anthropic/index.test.ts +4 -2
- package/src/libs/model-runtime/utils/streams/anthropic.ts +12 -11
- package/src/libs/model-runtime/utils/streams/openai.ts +6 -4
- package/src/libs/model-runtime/utils/streams/protocol.ts +1 -1
- package/src/libs/model-runtime/utils/streams/spark.test.ts +1 -1
- package/src/libs/model-runtime/utils/streams/spark.ts +1 -2
- package/src/middleware.ts +1 -1
- package/src/server/services/search/impls/bocha/index.ts +124 -0
- package/src/server/services/search/impls/bocha/type.ts +47 -0
- package/src/server/services/search/impls/exa/index.ts +129 -0
- package/src/server/services/search/impls/exa/type.ts +39 -0
- package/src/server/services/search/impls/firecrawl/index.ts +128 -0
- package/src/server/services/search/impls/firecrawl/type.ts +35 -0
- package/src/server/services/search/impls/index.ts +31 -0
- package/src/server/services/search/impls/jina/index.ts +109 -0
- package/src/server/services/search/impls/jina/type.ts +26 -0
- package/src/server/services/search/impls/tavily/index.ts +124 -0
- package/src/server/services/search/impls/tavily/type.ts +36 -0
- package/src/server/services/user/index.ts +3 -4
- package/src/services/__tests__/assistant.test.ts +4 -6
- package/src/services/__tests__/tool.test.ts +3 -1
- package/src/store/user/slices/auth/selectors.ts +1 -1
- package/src/store/user/slices/common/action.test.ts +1 -1
- package/src/tools/web-browsing/index.ts +1 -7
@@ -1,4 +1,5 @@
|
|
1
1
|
import { AIChatModelCard } from '@/types/aiModel';
|
2
|
+
|
2
3
|
// https://novita.ai/pricing
|
3
4
|
const novitaChatModels: AIChatModelCard[] = [
|
4
5
|
{
|
@@ -7,7 +8,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
7
8
|
id: 'qwen/qwen3-4b-fp8',
|
8
9
|
pricing: {
|
9
10
|
input: 0,
|
10
|
-
output: 0
|
11
|
+
output: 0,
|
11
12
|
},
|
12
13
|
type: 'chat',
|
13
14
|
},
|
@@ -17,7 +18,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
17
18
|
id: 'qwen/qwen3-235b-a22b-fp8',
|
18
19
|
pricing: {
|
19
20
|
input: 0.2,
|
20
|
-
output: 0.8
|
21
|
+
output: 0.8,
|
21
22
|
},
|
22
23
|
type: 'chat',
|
23
24
|
},
|
@@ -27,7 +28,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
27
28
|
id: 'qwen/qwen3-30b-a3b-fp8',
|
28
29
|
pricing: {
|
29
30
|
input: 0.1,
|
30
|
-
output: 0.45
|
31
|
+
output: 0.45,
|
31
32
|
},
|
32
33
|
type: 'chat',
|
33
34
|
},
|
@@ -37,7 +38,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
37
38
|
id: 'qwen/qwen3-32b-fp8',
|
38
39
|
pricing: {
|
39
40
|
input: 0.1,
|
40
|
-
output: 0.45
|
41
|
+
output: 0.45,
|
41
42
|
},
|
42
43
|
type: 'chat',
|
43
44
|
},
|
@@ -47,7 +48,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
47
48
|
id: 'meta-llama/llama-3.3-70b-instruct',
|
48
49
|
pricing: {
|
49
50
|
input: 0.13,
|
50
|
-
output: 0.39
|
51
|
+
output: 0.39,
|
51
52
|
},
|
52
53
|
type: 'chat',
|
53
54
|
},
|
@@ -57,7 +58,7 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
57
58
|
id: 'qwen/qwen3-8b-fp8',
|
58
59
|
pricing: {
|
59
60
|
input: 0.035,
|
60
|
-
output: 0.138
|
61
|
+
output: 0.138,
|
61
62
|
},
|
62
63
|
type: 'chat',
|
63
64
|
},
|
@@ -384,9 +385,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
384
385
|
contextWindowTokens: 131_000,
|
385
386
|
displayName: 'Llama 3.2 1B Instruct',
|
386
387
|
id: 'meta-llama/llama-3.2-1b-instruct',
|
387
|
-
pricing: {
|
388
|
-
input: 0,
|
389
|
-
output: 0
|
388
|
+
pricing: {
|
389
|
+
input: 0,
|
390
|
+
output: 0,
|
390
391
|
},
|
391
392
|
type: 'chat',
|
392
393
|
},
|
@@ -434,9 +435,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
434
435
|
contextWindowTokens: 32_000,
|
435
436
|
displayName: 'GLM 4 9B 0414',
|
436
437
|
id: 'thudm/glm-4-9b-0414',
|
437
|
-
pricing: {
|
438
|
+
pricing: {
|
438
439
|
input: 0,
|
439
|
-
output: 0
|
440
|
+
output: 0,
|
440
441
|
},
|
441
442
|
type: 'chat',
|
442
443
|
},
|
@@ -444,9 +445,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
444
445
|
contextWindowTokens: 32_000,
|
445
446
|
displayName: 'GLM Z1 9B 0414',
|
446
447
|
id: 'thudm/glm-z1-9b-0414',
|
447
|
-
pricing: {
|
448
|
+
pricing: {
|
448
449
|
input: 0,
|
449
|
-
output: 0
|
450
|
+
output: 0,
|
450
451
|
},
|
451
452
|
type: 'chat',
|
452
453
|
},
|
@@ -454,9 +455,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
454
455
|
contextWindowTokens: 32_000,
|
455
456
|
displayName: 'GLM Z1 32B 0414',
|
456
457
|
id: 'thudm/glm-z1-32b-0414',
|
457
|
-
pricing: {
|
458
|
-
input: 0.24,
|
459
|
-
output: 0.24
|
458
|
+
pricing: {
|
459
|
+
input: 0.24,
|
460
|
+
output: 0.24,
|
460
461
|
},
|
461
462
|
type: 'chat',
|
462
463
|
},
|
@@ -464,9 +465,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
464
465
|
contextWindowTokens: 32_000,
|
465
466
|
displayName: 'GLM 4 32B 0414',
|
466
467
|
id: 'thudm/glm-4-32b-0414',
|
467
|
-
pricing: {
|
468
|
-
input: 0.24,
|
469
|
-
output: 0.24
|
468
|
+
pricing: {
|
469
|
+
input: 0.24,
|
470
|
+
output: 0.24,
|
470
471
|
},
|
471
472
|
type: 'chat',
|
472
473
|
},
|
@@ -474,9 +475,9 @@ const novitaChatModels: AIChatModelCard[] = [
|
|
474
475
|
contextWindowTokens: 32_000,
|
475
476
|
displayName: 'GLM Z1 Rumination 32B 0414',
|
476
477
|
id: 'thudm/glm-z1-rumination-32b-0414',
|
477
|
-
pricing: {
|
478
|
-
input: 0.24,
|
479
|
-
output: 0.24
|
478
|
+
pricing: {
|
479
|
+
input: 0.24,
|
480
|
+
output: 0.24,
|
480
481
|
},
|
481
482
|
type: 'chat',
|
482
483
|
},
|
@@ -280,7 +280,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
280
280
|
search: true,
|
281
281
|
},
|
282
282
|
config: {
|
283
|
-
deploymentName: 'qwen-max-2025-01-25',
|
283
|
+
deploymentName: 'qwen-max-2025-01-25',
|
284
284
|
},
|
285
285
|
contextWindowTokens: 131_072,
|
286
286
|
description:
|
@@ -305,7 +305,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
305
305
|
functionCall: true,
|
306
306
|
},
|
307
307
|
config: {
|
308
|
-
deploymentName: 'qwen-long-latest',
|
308
|
+
deploymentName: 'qwen-long-latest',
|
309
309
|
},
|
310
310
|
contextWindowTokens: 10_000_000,
|
311
311
|
description:
|
@@ -327,7 +327,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
327
327
|
vision: true,
|
328
328
|
},
|
329
329
|
config: {
|
330
|
-
deploymentName: 'qwen-omni-turbo-latest',
|
330
|
+
deploymentName: 'qwen-omni-turbo-latest',
|
331
331
|
},
|
332
332
|
contextWindowTokens: 32_768,
|
333
333
|
description:
|
@@ -367,7 +367,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
367
367
|
vision: true,
|
368
368
|
},
|
369
369
|
config: {
|
370
|
-
deploymentName: 'qwen-vl-plus-2025-01-25',
|
370
|
+
deploymentName: 'qwen-vl-plus-2025-01-25',
|
371
371
|
},
|
372
372
|
contextWindowTokens: 131_072,
|
373
373
|
description:
|
@@ -388,7 +388,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
388
388
|
vision: true,
|
389
389
|
},
|
390
390
|
config: {
|
391
|
-
deploymentName: 'qwen-vl-max-2025-04-08',
|
391
|
+
deploymentName: 'qwen-vl-max-2025-04-08',
|
392
392
|
},
|
393
393
|
contextWindowTokens: 131_072,
|
394
394
|
description:
|
@@ -410,7 +410,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
410
410
|
vision: true,
|
411
411
|
},
|
412
412
|
config: {
|
413
|
-
deploymentName: 'qwen-vl-ocr-2025-04-13',
|
413
|
+
deploymentName: 'qwen-vl-ocr-2025-04-13',
|
414
414
|
},
|
415
415
|
contextWindowTokens: 34_096,
|
416
416
|
description:
|
@@ -428,7 +428,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
428
428
|
},
|
429
429
|
{
|
430
430
|
config: {
|
431
|
-
deploymentName: 'qwen-math-turbo-latest',
|
431
|
+
deploymentName: 'qwen-math-turbo-latest',
|
432
432
|
},
|
433
433
|
contextWindowTokens: 4096,
|
434
434
|
description: '通义千问数学模型是专门用于数学解题的语言模型。',
|
@@ -445,7 +445,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
445
445
|
},
|
446
446
|
{
|
447
447
|
config: {
|
448
|
-
deploymentName: 'qwen-math-plus-latest',
|
448
|
+
deploymentName: 'qwen-math-plus-latest',
|
449
449
|
},
|
450
450
|
contextWindowTokens: 4096,
|
451
451
|
description: '通义千问数学模型是专门用于数学解题的语言模型。',
|
@@ -462,7 +462,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
462
462
|
},
|
463
463
|
{
|
464
464
|
config: {
|
465
|
-
deploymentName: 'qwen-coder-turbo-latest',
|
465
|
+
deploymentName: 'qwen-coder-turbo-latest',
|
466
466
|
},
|
467
467
|
contextWindowTokens: 131_072,
|
468
468
|
description: '通义千问代码模型。',
|
@@ -479,7 +479,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
479
479
|
},
|
480
480
|
{
|
481
481
|
config: {
|
482
|
-
deploymentName: 'qwen-coder-plus-latest',
|
482
|
+
deploymentName: 'qwen-coder-plus-latest',
|
483
483
|
},
|
484
484
|
contextWindowTokens: 131_072,
|
485
485
|
description: '通义千问代码模型。',
|
@@ -541,7 +541,7 @@ const qwenChatModels: AIChatModelCard[] = [
|
|
541
541
|
vision: true,
|
542
542
|
},
|
543
543
|
config: {
|
544
|
-
deploymentName: 'qvq-max-latest',
|
544
|
+
deploymentName: 'qvq-max-latest',
|
545
545
|
},
|
546
546
|
contextWindowTokens: 122_880,
|
547
547
|
description:
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { AIChatModelCard } from '@/types/aiModel';
|
2
|
+
|
2
3
|
// https://siliconflow.cn/zh-cn/models
|
3
4
|
const siliconcloudChatModels: AIChatModelCard[] = [
|
4
5
|
{
|
@@ -331,7 +332,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
331
332
|
{
|
332
333
|
abilities: {
|
333
334
|
functionCall: true,
|
334
|
-
reasoning: true
|
335
|
+
reasoning: true,
|
335
336
|
},
|
336
337
|
contextWindowTokens: 131_072,
|
337
338
|
description:
|
@@ -348,7 +349,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
348
349
|
{
|
349
350
|
abilities: {
|
350
351
|
functionCall: true,
|
351
|
-
reasoning: true
|
352
|
+
reasoning: true,
|
352
353
|
},
|
353
354
|
contextWindowTokens: 131_072,
|
354
355
|
description:
|
@@ -365,7 +366,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
365
366
|
{
|
366
367
|
abilities: {
|
367
368
|
functionCall: true,
|
368
|
-
reasoning: true
|
369
|
+
reasoning: true,
|
369
370
|
},
|
370
371
|
contextWindowTokens: 131_072,
|
371
372
|
description:
|
@@ -382,7 +383,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
382
383
|
{
|
383
384
|
abilities: {
|
384
385
|
functionCall: true,
|
385
|
-
reasoning: true
|
386
|
+
reasoning: true,
|
386
387
|
},
|
387
388
|
contextWindowTokens: 131_072,
|
388
389
|
description:
|
@@ -399,7 +400,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
399
400
|
{
|
400
401
|
abilities: {
|
401
402
|
functionCall: true,
|
402
|
-
reasoning: true
|
403
|
+
reasoning: true,
|
403
404
|
},
|
404
405
|
contextWindowTokens: 131_072,
|
405
406
|
description:
|
@@ -416,7 +417,7 @@ const siliconcloudChatModels: AIChatModelCard[] = [
|
|
416
417
|
{
|
417
418
|
abilities: {
|
418
419
|
functionCall: true,
|
419
|
-
reasoning: true
|
420
|
+
reasoning: true,
|
420
421
|
},
|
421
422
|
contextWindowTokens: 131_072,
|
422
423
|
description:
|
@@ -100,7 +100,7 @@ const vertexaiChatModels: AIChatModelCard[] = [
|
|
100
100
|
{
|
101
101
|
abilities: {
|
102
102
|
functionCall: true,
|
103
|
-
vision: true
|
103
|
+
vision: true,
|
104
104
|
},
|
105
105
|
contextWindowTokens: 1_000_000 + 8192,
|
106
106
|
description: 'Gemini 1.5 Flash 002 是一款高效的多模态模型,支持广泛应用的扩展。',
|
@@ -117,7 +117,7 @@ const vertexaiChatModels: AIChatModelCard[] = [
|
|
117
117
|
{
|
118
118
|
abilities: {
|
119
119
|
functionCall: true,
|
120
|
-
vision: true
|
120
|
+
vision: true,
|
121
121
|
},
|
122
122
|
contextWindowTokens: 2_000_000 + 8192,
|
123
123
|
description:
|
@@ -6,8 +6,7 @@ const wenxinChatModels: AIChatModelCard[] = [
|
|
6
6
|
reasoning: true,
|
7
7
|
},
|
8
8
|
contextWindowTokens: 32_768,
|
9
|
-
description:
|
10
|
-
'与ERNIE-X1-32K相比,模型效果和性能更好。',
|
9
|
+
description: '与ERNIE-X1-32K相比,模型效果和性能更好。',
|
11
10
|
displayName: 'ERNIE X1 Turbo 32K',
|
12
11
|
enabled: true,
|
13
12
|
id: 'ernie-x1-turbo-32k',
|
@@ -97,6 +97,9 @@ const Baichuan: ModelProviderCard = {
|
|
97
97
|
modelsUrl: 'https://platform.baichuan-ai.com/price',
|
98
98
|
name: 'Baichuan',
|
99
99
|
settings: {
|
100
|
+
proxyUrl: {
|
101
|
+
placeholder: 'https://api.baichuan-ai.com/v1',
|
102
|
+
},
|
100
103
|
sdkType: 'openai',
|
101
104
|
showModelFetcher: true,
|
102
105
|
smoothing: {
|
@@ -273,6 +273,9 @@ const FireworksAI: ModelProviderCard = {
|
|
273
273
|
modelsUrl: 'https://fireworks.ai/models?show=Serverless',
|
274
274
|
name: 'Fireworks AI',
|
275
275
|
settings: {
|
276
|
+
proxyUrl: {
|
277
|
+
placeholder: 'https://api.fireworks.ai/inference/v1',
|
278
|
+
},
|
276
279
|
sdkType: 'openai',
|
277
280
|
showModelFetcher: true,
|
278
281
|
},
|
@@ -176,9 +176,6 @@ const Groq: ModelProviderCard = {
|
|
176
176
|
modelList: { showModelFetcher: true },
|
177
177
|
modelsUrl: 'https://console.groq.com/docs/models',
|
178
178
|
name: 'Groq',
|
179
|
-
proxyUrl: {
|
180
|
-
placeholder: 'https://api.groq.com/openai/v1',
|
181
|
-
},
|
182
179
|
settings: {
|
183
180
|
proxyUrl: {
|
184
181
|
placeholder: 'https://api.groq.com/openai/v1',
|
@@ -168,9 +168,6 @@ const InfiniAI: ModelProviderCard = {
|
|
168
168
|
modelList: { showModelFetcher: true },
|
169
169
|
modelsUrl: 'https://cloud.infini-ai.com/genstudio/model',
|
170
170
|
name: 'InfiniAI',
|
171
|
-
proxyUrl: {
|
172
|
-
placeholder: 'https://cloud.infini-ai.com/maas/v1',
|
173
|
-
},
|
174
171
|
settings: {
|
175
172
|
proxyUrl: {
|
176
173
|
placeholder: 'https://cloud.infini-ai.com/maas/v1',
|
@@ -47,16 +47,15 @@ const Minimax: ModelProviderCard = {
|
|
47
47
|
modelsUrl: 'https://platform.minimaxi.com/document/Models',
|
48
48
|
name: 'Minimax',
|
49
49
|
settings: {
|
50
|
+
proxyUrl: {
|
51
|
+
placeholder: 'https://api.minimax.chat/v1',
|
52
|
+
},
|
50
53
|
sdkType: 'openai',
|
51
54
|
smoothing: {
|
52
55
|
speed: 2,
|
53
56
|
text: true,
|
54
57
|
},
|
55
58
|
},
|
56
|
-
smoothing: {
|
57
|
-
speed: 2,
|
58
|
-
text: true,
|
59
|
-
},
|
60
59
|
url: 'https://www.minimaxi.com',
|
61
60
|
};
|
62
61
|
|
@@ -5,11 +5,11 @@ const ModelScope: ModelProviderCard = {
|
|
5
5
|
chatModels: [
|
6
6
|
{
|
7
7
|
contextWindowTokens: 131_072,
|
8
|
-
description: 'DeepSeek
|
9
|
-
displayName: 'DeepSeek-
|
8
|
+
description: 'DeepSeek R1 通过利用增加的计算资源和在后训练过程中引入算法优化机制,显著提高了其推理和推断能力的深度。该模型在各种基准评估中表现出色,包括数学、编程和一般逻辑方面。其整体性能现已接近领先模型,如 O3 和 Gemini 2.5 Pro。',
|
9
|
+
displayName: 'DeepSeek-R1-0528',
|
10
10
|
enabled: true,
|
11
11
|
functionCall: true,
|
12
|
-
id: 'deepseek-ai/DeepSeek-
|
12
|
+
id: 'deepseek-ai/DeepSeek-R1-0528',
|
13
13
|
},
|
14
14
|
{
|
15
15
|
contextWindowTokens: 131_072,
|
@@ -38,9 +38,6 @@ const Moonshot: ModelProviderCard = {
|
|
38
38
|
modelList: { showModelFetcher: true },
|
39
39
|
modelsUrl: 'https://platform.moonshot.cn/docs/intro',
|
40
40
|
name: 'Moonshot',
|
41
|
-
proxyUrl: {
|
42
|
-
placeholder: 'https://api.moonshot.cn/v1',
|
43
|
-
},
|
44
41
|
settings: {
|
45
42
|
proxyUrl: {
|
46
43
|
placeholder: 'https://api.moonshot.cn/v1',
|
@@ -52,10 +49,6 @@ const Moonshot: ModelProviderCard = {
|
|
52
49
|
text: true,
|
53
50
|
},
|
54
51
|
},
|
55
|
-
smoothing: {
|
56
|
-
speed: 2,
|
57
|
-
text: true,
|
58
|
-
},
|
59
52
|
url: 'https://www.moonshot.cn',
|
60
53
|
};
|
61
54
|
|
@@ -326,14 +326,10 @@ const OpenRouter: ModelProviderCard = {
|
|
326
326
|
modelList: { showModelFetcher: true },
|
327
327
|
modelsUrl: 'https://openrouter.ai/models',
|
328
328
|
name: 'OpenRouter',
|
329
|
-
proxyUrl: {
|
330
|
-
placeholder: 'https://openrouter.ai/api/v1',
|
331
|
-
},
|
332
329
|
settings: {
|
333
330
|
// OpenRouter don't support browser request
|
334
331
|
// https://github.com/lobehub/lobe-chat/issues/5900
|
335
332
|
disableBrowserRequest: true,
|
336
|
-
|
337
333
|
proxyUrl: {
|
338
334
|
placeholder: 'https://openrouter.ai/api/v1',
|
339
335
|
},
|
@@ -53,9 +53,6 @@ const Perplexity: ModelProviderCard = {
|
|
53
53
|
id: 'perplexity',
|
54
54
|
modelsUrl: 'https://docs.perplexity.ai/guides/model-cards',
|
55
55
|
name: 'Perplexity',
|
56
|
-
proxyUrl: {
|
57
|
-
placeholder: 'https://api.perplexity.ai',
|
58
|
-
},
|
59
56
|
settings: {
|
60
57
|
// perplexity doesn't support CORS
|
61
58
|
disableBrowserRequest: true,
|
@@ -26,9 +26,6 @@ const Qiniu: ModelProviderCard = {
|
|
26
26
|
modelList: { showModelFetcher: true },
|
27
27
|
modelsUrl: 'https://developer.qiniu.com/aitokenapi/12882/ai-inference-api',
|
28
28
|
name: 'Qiniu',
|
29
|
-
proxyUrl: {
|
30
|
-
placeholder: 'https://api.qnaigc.com/v1',
|
31
|
-
},
|
32
29
|
settings: {
|
33
30
|
proxyUrl: {
|
34
31
|
placeholder: 'https://api.qnaigc.com/v1',
|
@@ -420,9 +420,6 @@ const Qwen: ModelProviderCard = {
|
|
420
420
|
modelList: { showModelFetcher: true },
|
421
421
|
modelsUrl: 'https://help.aliyun.com/zh/dashscope/developer-reference/api-details',
|
422
422
|
name: 'Aliyun Bailian',
|
423
|
-
proxyUrl: {
|
424
|
-
placeholder: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
|
425
|
-
},
|
426
423
|
settings: {
|
427
424
|
disableBrowserRequest: true,
|
428
425
|
proxyUrl: {
|
@@ -126,6 +126,9 @@ const SenseNova: ModelProviderCard = {
|
|
126
126
|
name: 'SenseNova',
|
127
127
|
settings: {
|
128
128
|
disableBrowserRequest: true,
|
129
|
+
proxyUrl: {
|
130
|
+
placeholder: 'https://api.sensenova.cn/compatible-mode/v1',
|
131
|
+
},
|
129
132
|
sdkType: 'openai',
|
130
133
|
showModelFetcher: true,
|
131
134
|
},
|
@@ -691,9 +691,6 @@ const SiliconCloud: ModelProviderCard = {
|
|
691
691
|
modelList: { showModelFetcher: true },
|
692
692
|
modelsUrl: 'https://siliconflow.cn/zh-cn/models',
|
693
693
|
name: 'SiliconCloud',
|
694
|
-
proxyUrl: {
|
695
|
-
placeholder: 'https://api.siliconflow.cn/v1',
|
696
|
-
},
|
697
694
|
settings: {
|
698
695
|
proxyUrl: {
|
699
696
|
placeholder: 'https://api.siliconflow.cn/v1',
|
@@ -70,7 +70,6 @@ const Spark: ModelProviderCard = {
|
|
70
70
|
name: 'Spark',
|
71
71
|
settings: {
|
72
72
|
disableBrowserRequest: true,
|
73
|
-
modelEditable: false,
|
74
73
|
proxyUrl: {
|
75
74
|
placeholder: 'https://spark-api-open.xf-yun.com/v1',
|
76
75
|
},
|
@@ -81,10 +80,6 @@ const Spark: ModelProviderCard = {
|
|
81
80
|
text: true,
|
82
81
|
},
|
83
82
|
},
|
84
|
-
smoothing: {
|
85
|
-
speed: 2,
|
86
|
-
text: true,
|
87
|
-
},
|
88
83
|
url: 'https://www.xfyun.cn',
|
89
84
|
};
|
90
85
|
|
@@ -167,14 +167,15 @@ const Stepfun: ModelProviderCard = {
|
|
167
167
|
// after test, currently https://api.stepfun.com/v1/chat/completions has the CORS issue
|
168
168
|
// So we should close the browser request mode
|
169
169
|
disableBrowserRequest: true,
|
170
|
-
|
171
170
|
id: 'stepfun',
|
172
|
-
|
173
171
|
modelList: { showModelFetcher: true },
|
174
172
|
modelsUrl: 'https://platform.stepfun.com/docs/llm/text',
|
175
173
|
name: 'Stepfun',
|
176
174
|
settings: {
|
177
175
|
disableBrowserRequest: true,
|
176
|
+
proxyUrl: {
|
177
|
+
placeholder: 'https://api.stepfun.com/v1',
|
178
|
+
},
|
178
179
|
sdkType: 'openai',
|
179
180
|
showModelFetcher: true,
|
180
181
|
smoothing: {
|
@@ -182,10 +183,6 @@ const Stepfun: ModelProviderCard = {
|
|
182
183
|
text: true,
|
183
184
|
},
|
184
185
|
},
|
185
|
-
smoothing: {
|
186
|
-
speed: 2,
|
187
|
-
text: true,
|
188
|
-
},
|
189
186
|
url: 'https://stepfun.com',
|
190
187
|
};
|
191
188
|
|
@@ -37,6 +37,9 @@ const Taichu: ModelProviderCard = {
|
|
37
37
|
modelsUrl: 'https://ai-maas.wair.ac.cn/#/doc',
|
38
38
|
name: 'Taichu',
|
39
39
|
settings: {
|
40
|
+
proxyUrl: {
|
41
|
+
placeholder: 'https://ai-maas.wair.ac.cn/maas/v1',
|
42
|
+
},
|
40
43
|
sdkType: 'openai',
|
41
44
|
},
|
42
45
|
url: 'https://ai-maas.wair.ac.cn',
|
@@ -285,6 +285,9 @@ const TogetherAI: ModelProviderCard = {
|
|
285
285
|
modelsUrl: 'https://docs.together.ai/docs/chat-models',
|
286
286
|
name: 'Together AI',
|
287
287
|
settings: {
|
288
|
+
proxyUrl: {
|
289
|
+
placeholder: 'https://api.together.xyz/v1',
|
290
|
+
},
|
288
291
|
sdkType: 'openai',
|
289
292
|
showModelFetcher: true,
|
290
293
|
},
|
@@ -37,6 +37,9 @@ const Upstage: ModelProviderCard = {
|
|
37
37
|
modelsUrl: 'https://developers.upstage.ai/docs/getting-started/models',
|
38
38
|
name: 'Upstage',
|
39
39
|
settings: {
|
40
|
+
proxyUrl: {
|
41
|
+
placeholder: 'https://api.upstage.ai/v1/solar',
|
42
|
+
},
|
40
43
|
sdkType: 'openai',
|
41
44
|
},
|
42
45
|
url: 'https://upstage.ai',
|
@@ -239,16 +239,15 @@ const BaiduWenxin: ModelProviderCard = {
|
|
239
239
|
modelsUrl: 'https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#%E5%AF%B9%E8%AF%9Dchat',
|
240
240
|
name: 'Wenxin',
|
241
241
|
settings: {
|
242
|
+
proxyUrl: {
|
243
|
+
placeholder: 'https://qianfan.baidubce.com/v2',
|
244
|
+
},
|
242
245
|
sdkType: 'openai',
|
243
246
|
smoothing: {
|
244
247
|
speed: 2,
|
245
248
|
text: true,
|
246
249
|
},
|
247
250
|
},
|
248
|
-
smoothing: {
|
249
|
-
speed: 2,
|
250
|
-
text: true,
|
251
|
-
},
|
252
251
|
url: 'https://cloud.baidu.com/wenxin.html',
|
253
252
|
};
|
254
253
|
|