@lobehub/lobehub 2.0.0-next.367 → 2.0.0-next.369
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 +50 -0
- package/changelog/v1.json +18 -0
- package/locales/ar/auth.json +2 -1
- package/locales/ar/models.json +6 -14
- package/locales/ar/providers.json +1 -0
- package/locales/ar/setting.json +1 -0
- package/locales/bg-BG/auth.json +2 -1
- package/locales/bg-BG/models.json +33 -7
- package/locales/bg-BG/providers.json +1 -0
- package/locales/bg-BG/setting.json +1 -0
- package/locales/de-DE/auth.json +2 -1
- package/locales/de-DE/models.json +32 -14
- package/locales/de-DE/providers.json +1 -0
- package/locales/de-DE/setting.json +1 -0
- package/locales/en-US/auth.json +1 -1
- package/locales/en-US/models.json +16 -15
- package/locales/en-US/providers.json +1 -0
- package/locales/en-US/setting.json +1 -0
- package/locales/es-ES/auth.json +2 -1
- package/locales/es-ES/models.json +5 -13
- package/locales/es-ES/providers.json +1 -0
- package/locales/es-ES/setting.json +1 -0
- package/locales/fa-IR/auth.json +2 -1
- package/locales/fa-IR/models.json +38 -12
- package/locales/fa-IR/providers.json +1 -0
- package/locales/fa-IR/setting.json +1 -0
- package/locales/fr-FR/auth.json +2 -1
- package/locales/fr-FR/models.json +43 -15
- package/locales/fr-FR/providers.json +1 -0
- package/locales/fr-FR/setting.json +1 -0
- package/locales/it-IT/auth.json +2 -1
- package/locales/it-IT/models.json +51 -10
- package/locales/it-IT/providers.json +1 -0
- package/locales/it-IT/setting.json +1 -0
- package/locales/ja-JP/auth.json +2 -1
- package/locales/ja-JP/models.json +33 -15
- package/locales/ja-JP/providers.json +1 -0
- package/locales/ja-JP/setting.json +1 -0
- package/locales/ko-KR/auth.json +2 -1
- package/locales/ko-KR/models.json +47 -8
- package/locales/ko-KR/providers.json +1 -0
- package/locales/ko-KR/setting.json +1 -0
- package/locales/nl-NL/auth.json +2 -1
- package/locales/nl-NL/models.json +5 -13
- package/locales/nl-NL/providers.json +1 -0
- package/locales/nl-NL/setting.json +1 -0
- package/locales/pl-PL/auth.json +2 -1
- package/locales/pl-PL/models.json +35 -13
- package/locales/pl-PL/providers.json +1 -0
- package/locales/pl-PL/setting.json +1 -0
- package/locales/pt-BR/auth.json +2 -1
- package/locales/pt-BR/models.json +50 -13
- package/locales/pt-BR/providers.json +1 -0
- package/locales/pt-BR/setting.json +1 -0
- package/locales/ru-RU/auth.json +2 -1
- package/locales/ru-RU/models.json +6 -9
- package/locales/ru-RU/providers.json +1 -0
- package/locales/ru-RU/setting.json +1 -0
- package/locales/tr-TR/auth.json +2 -1
- package/locales/tr-TR/models.json +49 -15
- package/locales/tr-TR/providers.json +1 -0
- package/locales/tr-TR/setting.json +1 -0
- package/locales/vi-VN/auth.json +2 -1
- package/locales/vi-VN/models.json +34 -7
- package/locales/vi-VN/providers.json +1 -0
- package/locales/vi-VN/setting.json +1 -0
- package/locales/zh-CN/auth.json +1 -1
- package/locales/zh-CN/models.json +48 -12
- package/locales/zh-CN/providers.json +1 -0
- package/locales/zh-CN/setting.json +1 -0
- package/locales/zh-TW/auth.json +2 -1
- package/locales/zh-TW/models.json +31 -14
- package/locales/zh-TW/providers.json +1 -0
- package/locales/zh-TW/setting.json +1 -0
- package/package.json +1 -1
- package/packages/types/src/agentGroup/index.ts +4 -0
- package/src/app/[variants]/(main)/agent/profile/features/Header/AgentForkTag.tsx +86 -0
- package/src/app/[variants]/(main)/agent/profile/features/Header/AgentStatusTag.tsx +82 -0
- package/src/app/[variants]/(main)/agent/profile/features/ProfileEditor/AgentHeader.tsx +27 -15
- package/src/app/[variants]/(main)/community/(detail)/group_agent/features/Sidebar/ActionButton/ForkGroupAndChat.tsx +1 -0
- package/src/app/[variants]/(main)/group/profile/features/GroupProfile/GroupForkTag.tsx +80 -0
- package/src/app/[variants]/(main)/group/profile/features/GroupProfile/GroupHeader.tsx +27 -15
- package/src/app/[variants]/(main)/group/profile/features/GroupProfile/GroupStatusTag.tsx +83 -0
- package/src/app/[variants]/(main)/settings/skill/features/Actions.tsx +0 -3
- package/src/app/[variants]/(main)/settings/skill/features/McpSkillItem.tsx +9 -3
- package/src/app/[variants]/(main)/settings/skill/features/SkillList.tsx +35 -1
- package/src/components/Plugins/PluginTag.tsx +36 -23
- package/src/features/ChatInput/ActionBar/Tools/PopoverContent.tsx +3 -3
- package/src/features/ChatInput/ActionBar/Tools/useControls.tsx +96 -78
- package/src/features/PluginDetailModal/index.tsx +1 -0
- package/src/features/ProfileEditor/AgentTool.tsx +141 -126
- package/src/features/ProfileEditor/Empty.tsx +22 -0
- package/src/features/ProfileEditor/PluginTag.tsx +33 -7
- package/src/features/ProfileEditor/PopoverContent.tsx +142 -0
- package/src/features/SkillStore/CommunityList/Item.tsx +5 -2
- package/src/features/SkillStore/CustomList/Item.tsx +149 -0
- package/src/features/SkillStore/CustomList/index.tsx +71 -0
- package/src/features/SkillStore/Empty.tsx +3 -0
- package/src/features/SkillStore/Search/index.tsx +5 -0
- package/src/features/SkillStore/SkillStoreContent.tsx +10 -2
- package/src/features/SkillStore/index.tsx +8 -1
- package/src/libs/trpc/lambda/middleware/marketUserInfo.ts +13 -1
- package/src/locales/default/setting.ts +1 -0
- package/src/services/marketApi.ts +1 -1
- package/src/store/agentGroup/selectors/byId.ts +1 -0
- package/src/store/tool/slices/customPlugin/initialState.ts +2 -0
- package/src/store/tool/slices/mcpStore/action.ts +1 -0
|
@@ -271,21 +271,21 @@
|
|
|
271
271
|
"chatgpt-4o-latest.description": "ChatGPT-4o is a dynamic model updated in real time, combining strong understanding and generation for large-scale use cases like customer support, education, and technical support.",
|
|
272
272
|
"claude-2.0.description": "Claude 2 delivers key enterprise improvements, including a leading 200K-token context, reduced hallucinations, system prompts, and a new test feature: tool calling.",
|
|
273
273
|
"claude-2.1.description": "Claude 2 delivers key enterprise improvements, including a leading 200K-token context, reduced hallucinations, system prompts, and a new test feature: tool calling.",
|
|
274
|
-
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku is Anthropic
|
|
274
|
+
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku is Anthropic's fastest next-gen model, improving across skills and surpassing the previous flagship Claude 3 Opus on many benchmarks.",
|
|
275
275
|
"claude-3-5-haiku-latest.description": "Claude 3.5 Haiku delivers fast responses for lightweight tasks.",
|
|
276
|
-
"claude-3-7-sonnet-20250219.description": "Claude 3.7
|
|
276
|
+
"claude-3-7-sonnet-20250219.description": "Claude Sonnet 3.7 is Anthropic's most intelligent model and the first hybrid reasoning model on the market, supporting near-instant responses or extended thinking with fine-grained control.",
|
|
277
277
|
"claude-3-7-sonnet-latest.description": "Claude 3.7 Sonnet is Anthropic’s latest and most capable model for highly complex tasks, excelling in performance, intelligence, fluency, and understanding.",
|
|
278
278
|
"claude-3-haiku-20240307.description": "Claude 3 Haiku is Anthropic’s fastest and most compact model, designed for near-instant responses with fast, accurate performance.",
|
|
279
279
|
"claude-3-opus-20240229.description": "Claude 3 Opus is Anthropic’s most powerful model for highly complex tasks, excelling in performance, intelligence, fluency, and comprehension.",
|
|
280
280
|
"claude-3-sonnet-20240229.description": "Claude 3 Sonnet balances intelligence and speed for enterprise workloads, delivering high utility at lower cost and reliable large-scale deployment.",
|
|
281
|
-
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 is Anthropic
|
|
281
|
+
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 is Anthropic's fastest and most intelligent Haiku model, with lightning speed and extended thinking.",
|
|
282
282
|
"claude-opus-4-1-20250805-thinking.description": "Claude Opus 4.1 Thinking is an advanced variant that can reveal its reasoning process.",
|
|
283
|
-
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 is Anthropic
|
|
284
|
-
"claude-opus-4-20250514.description": "Claude Opus 4 is Anthropic
|
|
283
|
+
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 is Anthropic's latest and most capable model for highly complex tasks, excelling in performance, intelligence, fluency, and understanding.",
|
|
284
|
+
"claude-opus-4-20250514.description": "Claude Opus 4 is Anthropic's most powerful model for highly complex tasks, excelling in performance, intelligence, fluency, and understanding.",
|
|
285
285
|
"claude-opus-4-5-20251101.description": "Claude Opus 4.5 is Anthropic’s flagship model, combining outstanding intelligence with scalable performance, ideal for complex tasks requiring the highest-quality responses and reasoning.",
|
|
286
286
|
"claude-sonnet-4-20250514-thinking.description": "Claude Sonnet 4 Thinking can produce near-instant responses or extended step-by-step thinking with visible process.",
|
|
287
|
-
"claude-sonnet-4-20250514.description": "Claude Sonnet 4
|
|
288
|
-
"claude-sonnet-4-5-20250929.description": "Claude Sonnet 4.5 is Anthropic
|
|
287
|
+
"claude-sonnet-4-20250514.description": "Claude Sonnet 4 is Anthropic's most intelligent model to date, offering near-instant responses or extended step-by-step thinking with fine-grained control for API users.",
|
|
288
|
+
"claude-sonnet-4-5-20250929.description": "Claude Sonnet 4.5 is Anthropic's most intelligent model to date.",
|
|
289
289
|
"codegeex-4.description": "CodeGeeX-4 is a powerful AI coding assistant that supports multilingual Q&A and code completion to boost developer productivity.",
|
|
290
290
|
"codegeex4-all-9b.description": "CodeGeeX4-ALL-9B is a multilingual code generation model supporting code completion and generation, code interpreter, web search, function calling, and repo-level code Q&A, covering a wide range of software development scenarios. It is a top-tier code model under 10B parameters.",
|
|
291
291
|
"codegemma.description": "CodeGemma is a lightweight model for varied programming tasks, enabling fast iteration and integration.",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"deepseek-ai/deepseek-v3.1-terminus.description": "DeepSeek V3.1 is a next-gen reasoning model with stronger complex reasoning and chain-of-thought for deep analysis tasks.",
|
|
356
356
|
"deepseek-ai/deepseek-v3.1.description": "DeepSeek V3.1 is a next-gen reasoning model with stronger complex reasoning and chain-of-thought for deep analysis tasks.",
|
|
357
357
|
"deepseek-ai/deepseek-vl2.description": "DeepSeek-VL2 is a MoE vision-language model based on DeepSeekMoE-27B with sparse activation, achieving strong performance with only 4.5B active parameters. It excels at visual QA, OCR, document/table/chart understanding, and visual grounding.",
|
|
358
|
-
"deepseek-chat.description": "
|
|
358
|
+
"deepseek-chat.description": "DeepSeek V3.2 balances reasoning and output length for daily QA and agent tasks. Public benchmarks reach GPT-5 levels, and it is the first to integrate thinking into tool use, leading open-source agent evaluations.",
|
|
359
359
|
"deepseek-coder-33B-instruct.description": "DeepSeek Coder 33B is a code language model trained on 2T tokens (87% code, 13% Chinese/English text). It introduces a 16K context window and fill-in-the-middle tasks, providing project-level code completion and snippet infilling.",
|
|
360
360
|
"deepseek-coder-v2.description": "DeepSeek Coder V2 is an open-source MoE code model that performs strongly on coding tasks, comparable to GPT-4 Turbo.",
|
|
361
361
|
"deepseek-coder-v2:236b.description": "DeepSeek Coder V2 is an open-source MoE code model that performs strongly on coding tasks, comparable to GPT-4 Turbo.",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"deepseek-r1-fast-online.description": "DeepSeek R1 fast full version with real-time web search, combining 671B-scale capability and faster response.",
|
|
379
379
|
"deepseek-r1-online.description": "DeepSeek R1 full version with 671B parameters and real-time web search, offering stronger understanding and generation.",
|
|
380
380
|
"deepseek-r1.description": "DeepSeek-R1 uses cold-start data before RL and performs comparably to OpenAI-o1 on math, coding, and reasoning.",
|
|
381
|
-
"deepseek-reasoner.description": "DeepSeek V3.2
|
|
381
|
+
"deepseek-reasoner.description": "DeepSeek V3.2 Thinking is a deep reasoning model that generates chain-of-thought before outputs for higher accuracy, with top competition results and reasoning comparable to Gemini-3.0-Pro.",
|
|
382
382
|
"deepseek-v2.description": "DeepSeek V2 is an efficient MoE model for cost-effective processing.",
|
|
383
383
|
"deepseek-v2:236b.description": "DeepSeek V2 236B is DeepSeek’s code-focused model with strong code generation.",
|
|
384
384
|
"deepseek-v3-0324.description": "DeepSeek-V3-0324 is a 671B-parameter MoE model with standout strengths in programming and technical capability, context understanding, and long-text handling.",
|
|
@@ -472,7 +472,8 @@
|
|
|
472
472
|
"ernie-tiny-8k.description": "ERNIE Tiny 8K is ultra-lightweight for simple QA, classification, and low-cost inference.",
|
|
473
473
|
"ernie-x1-turbo-32k.description": "ERNIE X1 Turbo 32K is a fast thinking model with 32K context for complex reasoning and multi-turn chat.",
|
|
474
474
|
"ernie-x1.1-preview.description": "ERNIE X1.1 Preview is a thinking-model preview for evaluation and testing.",
|
|
475
|
-
"fal-ai/bytedance/seedream/v4.description": "Seedream 4.
|
|
475
|
+
"fal-ai/bytedance/seedream/v4.5.description": "Seedream 4.5, built by ByteDance Seed team, supports multi-image editing and composition. Features enhanced subject consistency, precise instruction following, spatial logic understanding, aesthetic expression, poster layout and logo design with high-precision text-image rendering.",
|
|
476
|
+
"fal-ai/bytedance/seedream/v4.description": "Seedream 4.0, built by ByteDance Seed, supports text and image inputs for highly controllable, high-quality image generation from prompts.",
|
|
476
477
|
"fal-ai/flux-kontext/dev.description": "FLUX.1 model focused on image editing, supporting text and image inputs.",
|
|
477
478
|
"fal-ai/flux-pro/kontext.description": "FLUX.1 Kontext [pro] accepts text and reference images as input, enabling targeted local edits and complex global scene transformations.",
|
|
478
479
|
"fal-ai/flux/krea.description": "Flux Krea [dev] is an image generation model with an aesthetic bias toward more realistic, natural images.",
|
|
@@ -480,8 +481,8 @@
|
|
|
480
481
|
"fal-ai/hunyuan-image/v3.description": "A powerful native multimodal image generation model.",
|
|
481
482
|
"fal-ai/imagen4/preview.description": "High-quality image generation model from Google.",
|
|
482
483
|
"fal-ai/nano-banana.description": "Nano Banana is Google’s newest, fastest, and most efficient native multimodal model, enabling image generation and editing through conversation.",
|
|
483
|
-
"fal-ai/qwen-image-edit.description": "A professional image editing model from the Qwen team
|
|
484
|
-
"fal-ai/qwen-image.description": "A powerful image generation model from the Qwen team with
|
|
484
|
+
"fal-ai/qwen-image-edit.description": "A professional image editing model from the Qwen team, supporting semantic and appearance edits, precise Chinese/English text editing, style transfer, rotation, and more.",
|
|
485
|
+
"fal-ai/qwen-image.description": "A powerful image generation model from the Qwen team with strong Chinese text rendering and diverse visual styles.",
|
|
485
486
|
"flux-1-schnell.description": "A 12B-parameter text-to-image model from Black Forest Labs using latent adversarial diffusion distillation to generate high-quality images in 1-4 steps. It rivals closed alternatives and is released under Apache-2.0 for personal, research, and commercial use.",
|
|
486
487
|
"flux-dev.description": "FLUX.1 [dev] is an open-weights distilled model for non-commercial use. It keeps near-pro image quality and instruction following while running more efficiently, using resources better than same-size standard models.",
|
|
487
488
|
"flux-kontext-max.description": "State-of-the-art contextual image generation and editing, combining text and images for precise, coherent results.",
|
|
@@ -513,8 +514,8 @@
|
|
|
513
514
|
"gemini-2.0-flash-lite-001.description": "A Gemini 2.0 Flash variant optimized for cost efficiency and low latency.",
|
|
514
515
|
"gemini-2.0-flash-lite.description": "A Gemini 2.0 Flash variant optimized for cost efficiency and low latency.",
|
|
515
516
|
"gemini-2.0-flash.description": "Gemini 2.0 Flash delivers next-gen features including exceptional speed, native tool use, multimodal generation, and a 1M-token context window.",
|
|
516
|
-
"gemini-2.5-flash-image-preview.description": "Nano Banana is Google
|
|
517
|
-
"gemini-2.5-flash-image-preview:image.description": "Nano Banana is Google
|
|
517
|
+
"gemini-2.5-flash-image-preview.description": "Nano Banana is Google's newest, fastest, and most efficient native multimodal model, enabling conversational image generation and editing.",
|
|
518
|
+
"gemini-2.5-flash-image-preview:image.description": "Nano Banana is Google's newest, fastest, and most efficient native multimodal model, enabling conversational image generation and editing.",
|
|
518
519
|
"gemini-2.5-flash-image.description": "Nano Banana is Google’s newest, fastest, and most efficient native multimodal model, enabling conversational image generation and editing.",
|
|
519
520
|
"gemini-2.5-flash-image:image.description": "Nano Banana is Google’s newest, fastest, and most efficient native multimodal model, enabling conversational image generation and editing.",
|
|
520
521
|
"gemini-2.5-flash-lite-preview-06-17.description": "Gemini 2.5 Flash-Lite Preview is Google’s smallest, best-value model, designed for large-scale use.",
|
|
@@ -529,7 +530,7 @@
|
|
|
529
530
|
"gemini-2.5-pro.description": "Gemini 2.5 Pro is Google’s most advanced reasoning model, able to reason over code, math, and STEM problems and analyze large datasets, codebases, and documents with long context.",
|
|
530
531
|
"gemini-3-flash-preview.description": "Gemini 3 Flash is the smartest model built for speed, combining cutting-edge intelligence with excellent search grounding.",
|
|
531
532
|
"gemini-3-pro-image-preview.description": "Gemini 3 Pro Image(Nano Banana Pro)是 Google 的图像生成模型,同时支持多模态对话。",
|
|
532
|
-
"gemini-3-pro-image-preview:image.description": "Gemini 3 Pro Image (Nano Banana Pro) is Google
|
|
533
|
+
"gemini-3-pro-image-preview:image.description": "Gemini 3 Pro Image (Nano Banana Pro) is Google's image generation model and also supports multimodal chat.",
|
|
533
534
|
"gemini-3-pro-preview.description": "Gemini 3 Pro is Google’s most powerful agent and vibe-coding model, delivering richer visuals and deeper interaction on top of state-of-the-art reasoning.",
|
|
534
535
|
"gemini-flash-latest.description": "Latest release of Gemini Flash",
|
|
535
536
|
"gemini-flash-lite-latest.description": "Latest release of Gemini Flash-Lite",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"internlm.description": "An open-source organization focused on large-model research and tooling, providing an efficient, easy-to-use platform that makes cutting-edge models and algorithms accessible.",
|
|
30
30
|
"jina.description": "Founded in 2020, Jina AI is a leading search AI company. Its search stack includes vector models, rerankers, and small language models to build reliable, high-quality generative and multimodal search apps.",
|
|
31
31
|
"lmstudio.description": "LM Studio is a desktop app for developing and experimenting with LLMs on your computer.",
|
|
32
|
+
"lobehub.description": "LobeHub Cloud uses official APIs to access AI models and measures usage with Credits tied to model tokens.",
|
|
32
33
|
"minimax.description": "Founded in 2021, MiniMax builds general-purpose AI with multimodal foundation models, including trillion-parameter MoE text models, speech models, and vision models, along with apps like Hailuo AI.",
|
|
33
34
|
"mistral.description": "Mistral offers advanced general, specialized, and research models for complex reasoning, multilingual tasks, and code generation, with function-calling for custom integrations.",
|
|
34
35
|
"modelscope.description": "ModelScope is Alibaba Cloud’s model-as-a-service platform, offering a wide range of AI models and inference services.",
|
|
@@ -495,6 +495,7 @@
|
|
|
495
495
|
"skillStore.networkError": "Network error, please try again",
|
|
496
496
|
"skillStore.search": "Search skills by name or keyword, press Enter to search…",
|
|
497
497
|
"skillStore.tabs.community": "Community",
|
|
498
|
+
"skillStore.tabs.custom": "Custom",
|
|
498
499
|
"skillStore.tabs.lobehub": "LobeHub",
|
|
499
500
|
"skillStore.title": "Skill Store",
|
|
500
501
|
"startConversation": "Start Conversation",
|
package/locales/es-ES/auth.json
CHANGED
|
@@ -94,9 +94,10 @@
|
|
|
94
94
|
"betterAuth.signin.orContinueWith": "O",
|
|
95
95
|
"betterAuth.signin.passwordPlaceholder": "Ingrese su contraseña",
|
|
96
96
|
"betterAuth.signin.passwordStep.subtitle": "Ingrese su contraseña para continuar",
|
|
97
|
+
"betterAuth.signin.setPassword": "establecer una contraseña",
|
|
97
98
|
"betterAuth.signin.signupLink": "Regístrese ahora",
|
|
98
99
|
"betterAuth.signin.socialError": "Error al iniciar sesión con red social, intente nuevamente",
|
|
99
|
-
"betterAuth.signin.socialOnlyHint": "Este correo fue registrado
|
|
100
|
+
"betterAuth.signin.socialOnlyHint": "Este correo electrónico fue registrado a través de una cuenta social de terceros. Inicia sesión con ese proveedor o",
|
|
100
101
|
"betterAuth.signin.submit": "Iniciar sesión",
|
|
101
102
|
"betterAuth.signup.confirmPasswordPlaceholder": "Confirme su contraseña",
|
|
102
103
|
"betterAuth.signup.emailPlaceholder": "Ingrese su correo electrónico",
|
|
@@ -271,20 +271,20 @@
|
|
|
271
271
|
"chatgpt-4o-latest.description": "ChatGPT-4o es un modelo dinámico actualizado en tiempo real, que combina gran capacidad de comprensión y generación para casos de uso a gran escala como atención al cliente, educación y soporte técnico.",
|
|
272
272
|
"claude-2.0.description": "Claude 2 ofrece mejoras clave para empresas, incluyendo un contexto líder de 200 mil tokens, reducción de alucinaciones, indicaciones del sistema y una nueva función de prueba: uso de herramientas.",
|
|
273
273
|
"claude-2.1.description": "Claude 2 ofrece mejoras clave para empresas, incluyendo un contexto líder de 200 mil tokens, reducción de alucinaciones, indicaciones del sistema y una nueva función de prueba: uso de herramientas.",
|
|
274
|
-
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku es el modelo de
|
|
274
|
+
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku es el modelo de nueva generación más rápido de Anthropic, con mejoras en múltiples habilidades y superando al anterior buque insignia Claude 3 Opus en numerosos indicadores.",
|
|
275
275
|
"claude-3-5-haiku-latest.description": "Claude 3.5 Haiku ofrece respuestas rápidas para tareas ligeras.",
|
|
276
|
-
"claude-3-7-sonnet-20250219.description": "Claude 3.7
|
|
276
|
+
"claude-3-7-sonnet-20250219.description": "Claude Sonnet 3.7 es el modelo más inteligente de Anthropic y el primer modelo de razonamiento híbrido del mercado, capaz de ofrecer respuestas casi instantáneas o razonamientos prolongados con control detallado.",
|
|
277
277
|
"claude-3-7-sonnet-latest.description": "Claude 3.7 Sonnet es el modelo más reciente y potente de Anthropic para tareas altamente complejas, destacando en rendimiento, inteligencia, fluidez y comprensión.",
|
|
278
278
|
"claude-3-haiku-20240307.description": "Claude 3 Haiku es el modelo más rápido y compacto de Anthropic, diseñado para respuestas casi instantáneas con rendimiento rápido y preciso.",
|
|
279
279
|
"claude-3-opus-20240229.description": "Claude 3 Opus es el modelo más potente de Anthropic para tareas altamente complejas, destacando en rendimiento, inteligencia, fluidez y comprensión.",
|
|
280
280
|
"claude-3-sonnet-20240229.description": "Claude 3 Sonnet equilibra inteligencia y velocidad para cargas de trabajo empresariales, ofreciendo alta utilidad a menor costo y despliegue confiable a gran escala.",
|
|
281
|
-
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 es el modelo Haiku más rápido e inteligente de Anthropic, con velocidad relámpago y razonamiento extendido.",
|
|
281
|
+
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 es el modelo Haiku más rápido e inteligente de Anthropic, con velocidad relámpago y capacidad de razonamiento extendido.",
|
|
282
282
|
"claude-opus-4-1-20250805-thinking.description": "Claude Opus 4.1 Thinking es una variante avanzada que puede mostrar su proceso de razonamiento.",
|
|
283
|
-
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 es el modelo más reciente y
|
|
283
|
+
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 es el modelo más reciente y avanzado de Anthropic para tareas altamente complejas, destacando en rendimiento, inteligencia, fluidez y comprensión.",
|
|
284
284
|
"claude-opus-4-20250514.description": "Claude Opus 4 es el modelo más potente de Anthropic para tareas altamente complejas, sobresaliendo en rendimiento, inteligencia, fluidez y comprensión.",
|
|
285
285
|
"claude-opus-4-5-20251101.description": "Claude Opus 4.5 es el modelo insignia de Anthropic, combinando inteligencia excepcional con rendimiento escalable, ideal para tareas complejas que requieren respuestas y razonamiento de la más alta calidad.",
|
|
286
286
|
"claude-sonnet-4-20250514-thinking.description": "Claude Sonnet 4 Thinking puede generar respuestas casi instantáneas o pensamiento paso a paso extendido con proceso visible.",
|
|
287
|
-
"claude-sonnet-4-20250514.description": "Claude Sonnet 4
|
|
287
|
+
"claude-sonnet-4-20250514.description": "Claude Sonnet 4 es el modelo más inteligente de Anthropic hasta la fecha, ofreciendo respuestas casi instantáneas o razonamientos paso a paso con control detallado para usuarios de API.",
|
|
288
288
|
"claude-sonnet-4-5-20250929.description": "Claude Sonnet 4.5 es el modelo más inteligente de Anthropic hasta la fecha.",
|
|
289
289
|
"codegeex-4.description": "CodeGeeX-4 es un potente asistente de codificación con soporte multilingüe para preguntas y respuestas y autocompletado de código, mejorando la productividad de los desarrolladores.",
|
|
290
290
|
"codegeex4-all-9b.description": "CodeGeeX4-ALL-9B es un modelo multilingüe de generación de código que admite autocompletado y generación de código, interpretación de código, búsqueda web, llamadas a funciones y preguntas y respuestas a nivel de repositorio, cubriendo una amplia gama de escenarios de desarrollo de software. Es un modelo de código de primer nivel con menos de 10 mil millones de parámetros.",
|
|
@@ -355,7 +355,6 @@
|
|
|
355
355
|
"deepseek-ai/deepseek-v3.1-terminus.description": "DeepSeek V3.1 es un modelo de razonamiento de nueva generación con capacidades mejoradas para razonamiento complejo y cadenas de pensamiento, ideal para tareas de análisis profundo.",
|
|
356
356
|
"deepseek-ai/deepseek-v3.1.description": "DeepSeek V3.1 es un modelo de razonamiento de nueva generación con capacidades mejoradas para razonamiento complejo y cadenas de pensamiento, ideal para tareas de análisis profundo.",
|
|
357
357
|
"deepseek-ai/deepseek-vl2.description": "DeepSeek-VL2 es un modelo visión-lenguaje MoE basado en DeepSeekMoE-27B con activación dispersa, logrando un alto rendimiento con solo 4.5B de parámetros activos. Destaca en preguntas visuales, OCR, comprensión de documentos/tablas/gráficos y anclaje visual.",
|
|
358
|
-
"deepseek-chat.description": "Un nuevo modelo de código abierto que combina capacidades generales y de programación. Conserva el diálogo general del modelo conversacional y la sólida codificación del modelo de programación, con una mejor alineación de preferencias. DeepSeek-V2.5 también mejora la redacción y el seguimiento de instrucciones.",
|
|
359
358
|
"deepseek-coder-33B-instruct.description": "DeepSeek Coder 33B es un modelo de lenguaje para código entrenado con 2T de tokens (87% código, 13% texto en chino/inglés). Introduce una ventana de contexto de 16K y tareas de completado intermedio, ofreciendo completado de código a nivel de proyecto y relleno de fragmentos.",
|
|
360
359
|
"deepseek-coder-v2.description": "DeepSeek Coder V2 es un modelo de código MoE de código abierto que tiene un rendimiento sólido en tareas de programación, comparable a GPT-4 Turbo.",
|
|
361
360
|
"deepseek-coder-v2:236b.description": "DeepSeek Coder V2 es un modelo de código MoE de código abierto que tiene un rendimiento sólido en tareas de programación, comparable a GPT-4 Turbo.",
|
|
@@ -378,7 +377,6 @@
|
|
|
378
377
|
"deepseek-r1-fast-online.description": "Versión completa rápida de DeepSeek R1 con búsqueda web en tiempo real, combinando capacidad a escala 671B y respuesta ágil.",
|
|
379
378
|
"deepseek-r1-online.description": "Versión completa de DeepSeek R1 con 671B de parámetros y búsqueda web en tiempo real, ofreciendo mejor comprensión y generación.",
|
|
380
379
|
"deepseek-r1.description": "DeepSeek-R1 utiliza datos de arranque en frío antes del aprendizaje por refuerzo y tiene un rendimiento comparable a OpenAI-o1 en matemáticas, programación y razonamiento.",
|
|
381
|
-
"deepseek-reasoner.description": "El modo de razonamiento DeepSeek V3.2 genera una cadena de pensamiento antes de la respuesta final para mejorar la precisión.",
|
|
382
380
|
"deepseek-v2.description": "DeepSeek V2 es un modelo MoE eficiente para procesamiento rentable.",
|
|
383
381
|
"deepseek-v2:236b.description": "DeepSeek V2 236B es el modelo de DeepSeek centrado en código con fuerte generación de código.",
|
|
384
382
|
"deepseek-v3-0324.description": "DeepSeek-V3-0324 es un modelo MoE con 671 mil millones de parámetros, con fortalezas destacadas en programación, capacidad técnica, comprensión de contexto y manejo de textos largos.",
|
|
@@ -472,7 +470,6 @@
|
|
|
472
470
|
"ernie-tiny-8k.description": "ERNIE Tiny 8K es un modelo ultraligero para preguntas simples, clasificación e inferencia de bajo costo.",
|
|
473
471
|
"ernie-x1-turbo-32k.description": "ERNIE X1 Turbo 32K es un modelo de pensamiento rápido con contexto de 32K para razonamiento complejo y chat de múltiples turnos.",
|
|
474
472
|
"ernie-x1.1-preview.description": "ERNIE X1.1 Preview es una vista previa del modelo de pensamiento para evaluación y pruebas.",
|
|
475
|
-
"fal-ai/bytedance/seedream/v4.description": "Seedream 4.0 es un modelo de generación de imágenes de ByteDance Seed que admite entradas de texto e imagen, con generación de imágenes de alta calidad y altamente controlable. Genera imágenes a partir de indicaciones de texto.",
|
|
476
473
|
"fal-ai/flux-kontext/dev.description": "Modelo FLUX.1 centrado en la edición de imágenes, compatible con entradas de texto e imagen.",
|
|
477
474
|
"fal-ai/flux-pro/kontext.description": "FLUX.1 Kontext [pro] acepta texto e imágenes de referencia como entrada, permitiendo ediciones locales dirigidas y transformaciones globales complejas de escenas.",
|
|
478
475
|
"fal-ai/flux/krea.description": "Flux Krea [dev] es un modelo de generación de imágenes con una inclinación estética hacia imágenes más realistas y naturales.",
|
|
@@ -480,8 +477,6 @@
|
|
|
480
477
|
"fal-ai/hunyuan-image/v3.description": "Un potente modelo nativo multimodal de generación de imágenes.",
|
|
481
478
|
"fal-ai/imagen4/preview.description": "Modelo de generación de imágenes de alta calidad de Google.",
|
|
482
479
|
"fal-ai/nano-banana.description": "Nano Banana es el modelo multimodal nativo más nuevo, rápido y eficiente de Google, que permite generación y edición de imágenes mediante conversación.",
|
|
483
|
-
"fal-ai/qwen-image-edit.description": "Un modelo profesional de edición de imágenes del equipo Qwen que permite ediciones semánticas y de apariencia, edita texto en chino e inglés con precisión y permite ediciones de alta calidad como transferencia de estilo y rotación de objetos.",
|
|
484
|
-
"fal-ai/qwen-image.description": "Un potente modelo de generación de imágenes del equipo Qwen con impresionante renderizado de texto en chino y estilos visuales diversos.",
|
|
485
480
|
"flux-1-schnell.description": "Modelo de texto a imagen con 12 mil millones de parámetros de Black Forest Labs que utiliza destilación difusiva adversarial latente para generar imágenes de alta calidad en 1 a 4 pasos. Compite con alternativas cerradas y se lanza bajo licencia Apache-2.0 para uso personal, de investigación y comercial.",
|
|
486
481
|
"flux-dev.description": "FLUX.1 [dev] es un modelo destilado con pesos abiertos para uso no comercial. Mantiene calidad de imagen casi profesional y seguimiento de instrucciones mientras funciona de manera más eficiente, utilizando mejor los recursos que modelos estándar del mismo tamaño.",
|
|
487
482
|
"flux-kontext-max.description": "Generación y edición de imágenes contextual de última generación, combinando texto e imágenes para resultados precisos y coherentes.",
|
|
@@ -513,8 +508,6 @@
|
|
|
513
508
|
"gemini-2.0-flash-lite-001.description": "Una variante de Gemini 2.0 Flash optimizada para eficiencia de costos y baja latencia.",
|
|
514
509
|
"gemini-2.0-flash-lite.description": "Una variante de Gemini 2.0 Flash optimizada para eficiencia de costos y baja latencia.",
|
|
515
510
|
"gemini-2.0-flash.description": "Gemini 2.0 Flash ofrece funciones de nueva generación como velocidad excepcional, uso nativo de herramientas, generación multimodal y una ventana de contexto de 1 millón de tokens.",
|
|
516
|
-
"gemini-2.5-flash-image-preview.description": "Nano Banana es el modelo multimodal nativo más nuevo, rápido y eficiente de Google, que permite generación y edición de imágenes conversacionales.",
|
|
517
|
-
"gemini-2.5-flash-image-preview:image.description": "Nano Banana es el modelo multimodal nativo más nuevo, rápido y eficiente de Google, que permite generación y edición de imágenes conversacionales.",
|
|
518
511
|
"gemini-2.5-flash-image.description": "Nano Banana es el modelo multimodal nativo más nuevo, rápido y eficiente de Google, que permite generación y edición de imágenes conversacionales.",
|
|
519
512
|
"gemini-2.5-flash-image:image.description": "Nano Banana es el modelo multimodal nativo más nuevo, rápido y eficiente de Google, que permite generación y edición de imágenes conversacionales.",
|
|
520
513
|
"gemini-2.5-flash-lite-preview-06-17.description": "Gemini 2.5 Flash-Lite Preview es el modelo más pequeño y rentable de Google, diseñado para uso a gran escala.",
|
|
@@ -529,7 +522,6 @@
|
|
|
529
522
|
"gemini-2.5-pro.description": "Gemini 2.5 Pro es el modelo de razonamiento más avanzado de Google, capaz de razonar sobre código, matemáticas y problemas STEM, y analizar grandes conjuntos de datos, bases de código y documentos con contexto largo.",
|
|
530
523
|
"gemini-3-flash-preview.description": "Gemini 3 Flash es el modelo más inteligente diseñado para la velocidad, combinando inteligencia de vanguardia con una excelente fundamentación en búsquedas.",
|
|
531
524
|
"gemini-3-pro-image-preview.description": "Gemini 3 Pro Image (Nano Banana Pro) es el modelo de generación de imágenes de Google, compatible también con chat multimodal.",
|
|
532
|
-
"gemini-3-pro-image-preview:image.description": "Gemini 3 Pro Image (Nano Banana Pro) es el modelo de generación de imágenes de Google, compatible también con chat multimodal.",
|
|
533
525
|
"gemini-3-pro-preview.description": "Gemini 3 Pro es el agente más potente de Google y modelo de codificación emocional, que ofrece visuales más ricos e interacción más profunda sobre un razonamiento de última generación.",
|
|
534
526
|
"gemini-flash-latest.description": "Última versión de Gemini Flash",
|
|
535
527
|
"gemini-flash-lite-latest.description": "Última versión de Gemini Flash-Lite",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"internlm.description": "Una organización de código abierto centrada en la investigación de modelos grandes y herramientas, que ofrece una plataforma eficiente y fácil de usar para acceder a modelos y algoritmos de vanguardia.",
|
|
30
30
|
"jina.description": "Fundada en 2020, Jina AI es una empresa líder en búsqueda con IA. Su pila de búsqueda incluye modelos vectoriales, reordenadores y pequeños modelos de lenguaje para construir aplicaciones generativas y multimodales confiables y de alta calidad.",
|
|
31
31
|
"lmstudio.description": "LM Studio es una aplicación de escritorio para desarrollar y experimentar con LLMs en tu ordenador.",
|
|
32
|
+
"lobehub.description": "LobeHub Cloud utiliza APIs oficiales para acceder a modelos de IA y mide el uso mediante Créditos vinculados a los tokens del modelo.",
|
|
32
33
|
"minimax.description": "Fundada en 2021, MiniMax desarrolla IA de propósito general con modelos fundacionales multimodales, incluyendo modelos de texto MoE con billones de parámetros, modelos de voz y visión, junto con aplicaciones como Hailuo AI.",
|
|
33
34
|
"mistral.description": "Mistral ofrece modelos avanzados generales, especializados y de investigación para razonamiento complejo, tareas multilingües y generación de código, con llamadas a funciones para integraciones personalizadas.",
|
|
34
35
|
"modelscope.description": "ModelScope es la plataforma de modelos como servicio de Alibaba Cloud, que ofrece una amplia gama de modelos de IA y servicios de inferencia.",
|
|
@@ -495,6 +495,7 @@
|
|
|
495
495
|
"skillStore.networkError": "Error de red, por favor intenta de nuevo",
|
|
496
496
|
"skillStore.search": "Busca habilidades por nombre o palabra clave, presiona Enter para buscar…",
|
|
497
497
|
"skillStore.tabs.community": "Comunidad",
|
|
498
|
+
"skillStore.tabs.custom": "Personalizado",
|
|
498
499
|
"skillStore.tabs.lobehub": "LobeHub",
|
|
499
500
|
"skillStore.title": "Tienda de Habilidades",
|
|
500
501
|
"startConversation": "Iniciar Conversación",
|
package/locales/fa-IR/auth.json
CHANGED
|
@@ -94,9 +94,10 @@
|
|
|
94
94
|
"betterAuth.signin.orContinueWith": "یا",
|
|
95
95
|
"betterAuth.signin.passwordPlaceholder": "رمز عبور خود را وارد کنید",
|
|
96
96
|
"betterAuth.signin.passwordStep.subtitle": "برای ادامه رمز عبور خود را وارد کنید",
|
|
97
|
+
"betterAuth.signin.setPassword": "رمز عبور تعیین کنید",
|
|
97
98
|
"betterAuth.signin.signupLink": "همین حالا ثبتنام کنید",
|
|
98
99
|
"betterAuth.signin.socialError": "ورود اجتماعی ناموفق بود، لطفاً دوباره تلاش کنید",
|
|
99
|
-
"betterAuth.signin.socialOnlyHint": "این ایمیل
|
|
100
|
+
"betterAuth.signin.socialOnlyHint": "این ایمیل از طریق یک حساب کاربری شبکه اجتماعی ثبت شده است. لطفاً با همان ارائهدهنده وارد شوید یا",
|
|
100
101
|
"betterAuth.signin.submit": "ورود",
|
|
101
102
|
"betterAuth.signup.confirmPasswordPlaceholder": "تأیید رمز عبور",
|
|
102
103
|
"betterAuth.signup.emailPlaceholder": "آدرس ایمیل خود را وارد کنید",
|
|
@@ -271,20 +271,20 @@
|
|
|
271
271
|
"chatgpt-4o-latest.description": "ChatGPT-4o یک مدل پویا است که بهصورت بلادرنگ بهروزرسانی میشود و درک و تولید قوی را برای کاربردهای وسیع مانند پشتیبانی مشتری، آموزش و پشتیبانی فنی ترکیب میکند.",
|
|
272
272
|
"claude-2.0.description": "Claude 2 بهبودهای کلیدی برای سازمانها ارائه میدهد، از جمله زمینه ۲۰۰ هزار توکنی پیشرو، کاهش توهمات، دستورات سیستمی و ویژگی آزمایشی جدید: فراخوانی ابزار.",
|
|
273
273
|
"claude-2.1.description": "Claude 2 بهبودهای کلیدی برای سازمانها ارائه میدهد، از جمله زمینه ۲۰۰ هزار توکنی پیشرو، کاهش توهمات، دستورات سیستمی و ویژگی آزمایشی جدید: فراخوانی ابزار.",
|
|
274
|
-
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku سریعترین مدل نسل جدید Anthropic
|
|
274
|
+
"claude-3-5-haiku-20241022.description": "Claude 3.5 Haiku سریعترین مدل نسل جدید Anthropic است که مهارتهای مختلف را بهبود داده و در بسیاری از معیارها از مدل پرچمدار قبلی Claude 3 Opus پیشی گرفته است.",
|
|
275
275
|
"claude-3-5-haiku-latest.description": "Claude 3.5 Haiku پاسخهای سریع برای وظایف سبک ارائه میدهد.",
|
|
276
|
-
"claude-3-7-sonnet-20250219.description": "Claude 3.7
|
|
276
|
+
"claude-3-7-sonnet-20250219.description": "Claude Sonnet 3.7 هوشمندترین مدل Anthropic و نخستین مدل استدلال ترکیبی در بازار است که پاسخهای تقریباً فوری یا تفکر گسترشیافته را با کنترل دقیق ارائه میدهد.",
|
|
277
277
|
"claude-3-7-sonnet-latest.description": "Claude 3.7 Sonnet جدیدترین و توانمندترین مدل Anthropic برای وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک زبان برتری دارد.",
|
|
278
278
|
"claude-3-haiku-20240307.description": "Claude 3 Haiku سریعترین و فشردهترین مدل Anthropic است که برای پاسخهای تقریباً فوری با عملکرد سریع و دقیق طراحی شده است.",
|
|
279
279
|
"claude-3-opus-20240229.description": "Claude 3 Opus قدرتمندترین مدل Anthropic برای وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک زبان برتری دارد.",
|
|
280
280
|
"claude-3-sonnet-20240229.description": "Claude 3 Sonnet تعادل بین هوش و سرعت را برای بارهای کاری سازمانی برقرار میکند و با هزینه کمتر، بهرهوری بالا و استقرار قابل اعتماد در مقیاس وسیع را ارائه میدهد.",
|
|
281
|
-
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 سریعترین و هوشمندترین مدل Haiku از Anthropic است که با سرعتی برقآسا و توانایی
|
|
281
|
+
"claude-haiku-4-5-20251001.description": "Claude Haiku 4.5 سریعترین و هوشمندترین مدل Haiku از Anthropic است که با سرعتی برقآسا و توانایی تفکر عمیق ارائه میشود.",
|
|
282
282
|
"claude-opus-4-1-20250805-thinking.description": "Claude Opus 4.1 Thinking یک نسخه پیشرفته است که میتواند فرآیند استدلال خود را آشکار کند.",
|
|
283
|
-
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 جدیدترین و توانمندترین مدل Anthropic برای وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک زبان برتری دارد.",
|
|
284
|
-
"claude-opus-4-20250514.description": "Claude Opus 4 قدرتمندترین مدل Anthropic برای وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک
|
|
283
|
+
"claude-opus-4-1-20250805.description": "Claude Opus 4.1 جدیدترین و توانمندترین مدل Anthropic برای انجام وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک زبان برتری دارد.",
|
|
284
|
+
"claude-opus-4-20250514.description": "Claude Opus 4 قدرتمندترین مدل Anthropic برای وظایف بسیار پیچیده است که در عملکرد، هوش، روانی و درک زبان برجسته است.",
|
|
285
285
|
"claude-opus-4-5-20251101.description": "Claude Opus 4.5 مدل پرچمدار Anthropic است که هوش برجسته را با عملکرد مقیاسپذیر ترکیب میکند و برای وظایف پیچیدهای که نیاز به پاسخهای باکیفیت و استدلال دارند، ایدهآل است.",
|
|
286
286
|
"claude-sonnet-4-20250514-thinking.description": "Claude Sonnet 4 Thinking میتواند پاسخهای تقریباً فوری یا تفکر گامبهگام طولانی با فرآیند قابل مشاهده تولید کند.",
|
|
287
|
-
"claude-sonnet-4-20250514.description": "Claude Sonnet 4
|
|
287
|
+
"claude-sonnet-4-20250514.description": "Claude Sonnet 4 هوشمندترین مدل Anthropic تا به امروز است که پاسخهای تقریباً فوری یا تفکر گامبهگام گسترشیافته را با کنترل دقیق برای کاربران API ارائه میدهد.",
|
|
288
288
|
"claude-sonnet-4-5-20250929.description": "Claude Sonnet 4.5 هوشمندترین مدل Anthropic تا به امروز است.",
|
|
289
289
|
"codegeex-4.description": "CodeGeeX-4 یک دستیار هوش مصنوعی قدرتمند برای برنامهنویسی است که از پرسش و پاسخ چندزبانه و تکمیل کد پشتیبانی میکند تا بهرهوری توسعهدهندگان را افزایش دهد.",
|
|
290
290
|
"codegeex4-all-9b.description": "CodeGeeX4-ALL-9B یک مدل تولید کد چندزبانه است که از تکمیل و تولید کد، مفسر کد، جستجوی وب، فراخوانی توابع و پرسش و پاسخ در سطح مخزن پشتیبانی میکند و طیف گستردهای از سناریوهای توسعه نرمافزار را پوشش میدهد. این مدل یکی از بهترین مدلهای کد زیر ۱۰ میلیارد پارامتر است.",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"deepseek-ai/deepseek-v3.1-terminus.description": "DeepSeek V3.1 یک مدل استدلال نسل بعدی با توانایی استدلال پیچیده و زنجیره تفکر برای وظایف تحلیلی عمیق است.",
|
|
356
356
|
"deepseek-ai/deepseek-v3.1.description": "DeepSeek V3.1 یک مدل استدلال نسل بعدی با توانایی استدلال پیچیده و زنجیره تفکر برای وظایف تحلیلی عمیق است.",
|
|
357
357
|
"deepseek-ai/deepseek-vl2.description": "DeepSeek-VL2 یک مدل بینایی-زبانی MoE مبتنی بر DeepSeekMoE-27B با فعالسازی پراکنده است که تنها با ۴.۵ میلیارد پارامتر فعال عملکرد قویای دارد. این مدل در پاسخ به سوالات بصری، OCR، درک اسناد/جداول/نمودارها و پایهگذاری بصری عملکرد درخشانی دارد.",
|
|
358
|
-
"deepseek-chat.description": "
|
|
358
|
+
"deepseek-chat.description": "DeepSeek V3.2 تعادلی میان استدلال و طول خروجی برای پرسشوپاسخ روزمره و وظایف عامل برقرار میکند. در معیارهای عمومی به سطح GPT-5 میرسد و نخستین مدلی است که تفکر را در استفاده از ابزارها ادغام میکند و در ارزیابیهای عامل متنباز پیشتاز است.",
|
|
359
359
|
"deepseek-coder-33B-instruct.description": "DeepSeek Coder 33B یک مدل زبان برنامهنویسی است که با ۲ تریلیون توکن (۸۷٪ کد، ۱۳٪ متن چینی/انگلیسی) آموزش دیده است. این مدل دارای پنجره متنی ۱۶K و وظایف تکمیل در میانه است که تکمیل کد در سطح پروژه و پر کردن قطعات کد را فراهم میکند.",
|
|
360
360
|
"deepseek-coder-v2.description": "DeepSeek Coder V2 یک مدل کدنویسی MoE متنباز است که در وظایف برنامهنویسی عملکردی همسطح با GPT-4 Turbo دارد.",
|
|
361
361
|
"deepseek-coder-v2:236b.description": "DeepSeek Coder V2 یک مدل کدنویسی MoE متنباز است که در وظایف برنامهنویسی عملکردی همسطح با GPT-4 Turbo دارد.",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"deepseek-r1-fast-online.description": "نسخه کامل سریع DeepSeek R1 با جستجوی وب در زمان واقعی که توانایی در مقیاس ۶۷۱B را با پاسخدهی سریعتر ترکیب میکند.",
|
|
379
379
|
"deepseek-r1-online.description": "نسخه کامل DeepSeek R1 با ۶۷۱ میلیارد پارامتر و جستجوی وب در زمان واقعی که درک و تولید قویتری را ارائه میدهد.",
|
|
380
380
|
"deepseek-r1.description": "DeepSeek-R1 پیش از یادگیری تقویتی از دادههای شروع سرد استفاده میکند و در وظایف ریاضی، کدنویسی و استدلال عملکردی همسطح با OpenAI-o1 دارد.",
|
|
381
|
-
"deepseek-reasoner.description": "
|
|
381
|
+
"deepseek-reasoner.description": "DeepSeek V3.2 Thinking یک مدل استدلال عمیق است که پیش از تولید خروجی، زنجیرهای از تفکر ایجاد میکند تا دقت بالاتری داشته باشد. این مدل در رقابتهای برتر عملکردی عالی دارد و استدلالی در سطح Gemini-3.0-Pro ارائه میدهد.",
|
|
382
382
|
"deepseek-v2.description": "DeepSeek V2 یک مدل MoE کارآمد است که پردازش مقرونبهصرفه را امکانپذیر میسازد.",
|
|
383
383
|
"deepseek-v2:236b.description": "DeepSeek V2 236B مدل متمرکز بر کدنویسی DeepSeek است که توانایی بالایی در تولید کد دارد.",
|
|
384
384
|
"deepseek-v3-0324.description": "DeepSeek-V3-0324 یک مدل MoE با ۶۷۱ میلیارد پارامتر است که در برنامهنویسی، تواناییهای فنی، درک زمینه و پردازش متون بلند عملکرد برجستهای دارد.",
|
|
@@ -472,7 +472,8 @@
|
|
|
472
472
|
"ernie-tiny-8k.description": "ERNIE Tiny 8K یک مدل فوقسبک برای پرسشوپاسخ ساده، طبقهبندی و استنتاج کمهزینه است.",
|
|
473
473
|
"ernie-x1-turbo-32k.description": "ERNIE X1 Turbo 32K یک مدل تفکر سریع با زمینه ۳۲K برای استدلال پیچیده و گفتوگوی چندمرحلهای است.",
|
|
474
474
|
"ernie-x1.1-preview.description": "پیشنمایش ERNIE X1.1 یک مدل تفکر برای ارزیابی و آزمایش است.",
|
|
475
|
-
"fal-ai/bytedance/seedream/v4.description": "Seedream 4.
|
|
475
|
+
"fal-ai/bytedance/seedream/v4.5.description": "Seedream 4.5، ساختهشده توسط تیم Seed شرکت ByteDance، از ویرایش و ترکیب چندتصویری پشتیبانی میکند. این مدل دارای ثبات بیشتر در موضوع، پیروی دقیق از دستورالعملها، درک منطق فضایی، بیان زیباییشناختی، طراحی پوستر و لوگو با رندر دقیق متن-تصویر است.",
|
|
476
|
+
"fal-ai/bytedance/seedream/v4.description": "Seedream 4.0، ساختهشده توسط تیم Seed شرکت ByteDance، از ورودیهای متنی و تصویری برای تولید تصاویر با کیفیت بالا و قابل کنترل پشتیبانی میکند.",
|
|
476
477
|
"fal-ai/flux-kontext/dev.description": "مدل FLUX.1 با تمرکز بر ویرایش تصویر که از ورودیهای متنی و تصویری پشتیبانی میکند.",
|
|
477
478
|
"fal-ai/flux-pro/kontext.description": "FLUX.1 Kontext [pro] ورودیهای متنی و تصاویر مرجع را میپذیرد و امکان ویرایشهای محلی هدفمند و تغییرات پیچیده در صحنه کلی را فراهم میکند.",
|
|
478
479
|
"fal-ai/flux/krea.description": "Flux Krea [dev] یک مدل تولید تصویر با تمایل زیباییشناسی به تصاویر طبیعی و واقعگرایانهتر است.",
|
|
@@ -480,8 +481,8 @@
|
|
|
480
481
|
"fal-ai/hunyuan-image/v3.description": "یک مدل قدرتمند بومی چندوجهی برای تولید تصویر.",
|
|
481
482
|
"fal-ai/imagen4/preview.description": "مدل تولید تصویر با کیفیت بالا از گوگل.",
|
|
482
483
|
"fal-ai/nano-banana.description": "Nano Banana جدیدترین، سریعترین و کارآمدترین مدل چندوجهی بومی گوگل است که امکان تولید و ویرایش تصویر از طریق مکالمه را فراهم میکند.",
|
|
483
|
-
"fal-ai/qwen-image-edit.description": "مدل ویرایش تصویر حرفهای از تیم Qwen که از
|
|
484
|
-
"fal-ai/qwen-image.description": "مدل قدرتمند تولید تصویر از تیم Qwen با رندر
|
|
484
|
+
"fal-ai/qwen-image-edit.description": "مدل ویرایش تصویر حرفهای از تیم Qwen که از ویرایش معنایی و ظاهری، ویرایش دقیق متن چینی/انگلیسی، انتقال سبک، چرخش و موارد دیگر پشتیبانی میکند.",
|
|
485
|
+
"fal-ai/qwen-image.description": "مدل قدرتمند تولید تصویر از تیم Qwen با قابلیت رندر قوی متن چینی و سبکهای بصری متنوع.",
|
|
485
486
|
"flux-1-schnell.description": "مدل تبدیل متن به تصویر با ۱۲ میلیارد پارامتر از Black Forest Labs که از تقطیر انتشار تقابلی نهفته برای تولید تصاویر با کیفیت بالا در ۱ تا ۴ مرحله استفاده میکند. این مدل با جایگزینهای بسته رقابت میکند و تحت مجوز Apache-2.0 برای استفاده شخصی، تحقیقاتی و تجاری منتشر شده است.",
|
|
486
487
|
"flux-dev.description": "FLUX.1 [dev] یک مدل تقطیر شده با وزنهای باز برای استفاده غیرتجاری است. این مدل کیفیت تصویر نزدیک به حرفهای و پیروی از دستورالعمل را حفظ میکند و در عین حال کارآمدتر اجرا میشود و منابع را بهتر از مدلهای استاندارد همسایز استفاده میکند.",
|
|
487
488
|
"flux-kontext-max.description": "تولید و ویرایش تصویر متنی-زمینهای پیشرفته که متن و تصویر را برای نتایج دقیق و منسجم ترکیب میکند.",
|
|
@@ -529,7 +530,7 @@
|
|
|
529
530
|
"gemini-2.5-pro.description": "Gemini 2.5 Pro پرچمدار مدلهای استدلالی گوگل است که از زمینههای طولانی برای انجام وظایف پیچیده پشتیبانی میکند.",
|
|
530
531
|
"gemini-3-flash-preview.description": "Gemini 3 Flash هوشمندترین مدل طراحیشده برای سرعت است که هوش پیشرفته را با قابلیت جستوجوی دقیق ترکیب میکند.",
|
|
531
532
|
"gemini-3-pro-image-preview.description": "Gemini 3 Pro Image (Nano Banana Pro) مدل تولید تصویر گوگل است که از گفتوگوی چندوجهی نیز پشتیبانی میکند.",
|
|
532
|
-
"gemini-3-pro-image-preview:image.description": "Gemini 3 Pro Image (Nano Banana Pro) مدل تولید تصویر گوگل است که از
|
|
533
|
+
"gemini-3-pro-image-preview:image.description": "Gemini 3 Pro Image (Nano Banana Pro) مدل تولید تصویر گوگل است که از چت چندوجهی نیز پشتیبانی میکند.",
|
|
533
534
|
"gemini-3-pro-preview.description": "Gemini 3 Pro قدرتمندترین مدل عامل و کدنویسی احساسی گوگل است که تعاملات بصری غنیتر و تعامل عمیقتری را بر پایه استدلال پیشرفته ارائه میدهد.",
|
|
534
535
|
"gemini-flash-latest.description": "آخرین نسخه منتشرشده از Gemini Flash",
|
|
535
536
|
"gemini-flash-lite-latest.description": "آخرین نسخه منتشرشده از Gemini Flash-Lite",
|
|
@@ -745,6 +746,31 @@
|
|
|
745
746
|
"irag-1.0.description": "ERNIE iRAG یک مدل تولید تقویتشده با بازیابی تصویر برای جستجوی تصویر، بازیابی تصویر-متن و تولید محتوا است.",
|
|
746
747
|
"jamba-large.description": "پیشرفتهترین و قدرتمندترین مدل ما، طراحیشده برای وظایف پیچیده سازمانی با عملکرد برجسته.",
|
|
747
748
|
"jamba-mini.description": "کارآمدترین مدل در کلاس خود، با تعادل بین سرعت و کیفیت و ردپای کوچکتر.",
|
|
749
|
+
"jina-deepsearch-v1.description": "DeepSearch جستجوی وب، خواندن و استدلال را برای تحقیقات جامع ترکیب میکند. آن را مانند عاملی تصور کنید که وظیفه تحقیق شما را میگیرد، جستجوهای گستردهای با تکرارهای متعدد انجام میدهد و سپس پاسخ تولید میکند. این فرآیند شامل تحقیق مداوم، استدلال و حل مسئله از زوایای مختلف است و اساساً با مدلهای زبانی استاندارد یا سیستمهای RAG سنتی متفاوت است.",
|
|
750
|
+
"kimi-k2-0711-preview.description": "kimi-k2 یک مدل پایه MoE با قابلیتهای قوی در برنامهنویسی و عاملسازی است (۱ تریلیون پارامتر کل، ۳۲ میلیارد فعال) که در معیارهای استدلال، برنامهنویسی، ریاضی و عامل از سایر مدلهای متنباز پیشی میگیرد.",
|
|
751
|
+
"kimi-k2-0905-preview.description": "kimi-k2-0905-preview دارای پنجره متنی ۲۵۶هزار توکن، برنامهنویسی عاملمحور قویتر، کیفیت بهتر کد فرانتاند و درک بهتر از زمینه است.",
|
|
752
|
+
"kimi-k2-instruct.description": "Kimi K2 Instruct مدل رسمی استدلال Kimi با پشتیبانی از زمینه طولانی برای کدنویسی، پرسشوپاسخ و موارد دیگر است.",
|
|
753
|
+
"kimi-k2-thinking-turbo.description": "نسخه سریع K2 با تفکر طولانی، دارای پنجره متنی ۲۵۶هزار توکن، استدلال عمیق قوی و خروجی ۶۰ تا ۱۰۰ توکن در ثانیه.",
|
|
754
|
+
"kimi-k2-thinking.description": "kimi-k2-thinking مدل تفکر Moonshot AI با تواناییهای عمومی در عاملسازی و استدلال است. این مدل در استدلال عمیق برتری دارد و میتواند مسائل دشوار را از طریق استفاده چندمرحلهای از ابزارها حل کند.",
|
|
755
|
+
"kimi-k2-turbo-preview.description": "kimi-k2 یک مدل پایه MoE با قابلیتهای قوی در برنامهنویسی و عاملسازی است (۱ تریلیون پارامتر کل، ۳۲ میلیارد فعال) که در معیارهای استدلال، برنامهنویسی، ریاضی و عامل از سایر مدلهای متنباز پیشی میگیرد.",
|
|
756
|
+
"kimi-k2.description": "Kimi-K2 یک مدل پایه MoE از Moonshot AI با قابلیتهای قوی در برنامهنویسی و عاملسازی است که در مجموع دارای ۱ تریلیون پارامتر و ۳۲ میلیارد فعال است. در معیارهای استدلال عمومی، برنامهنویسی، ریاضی و وظایف عامل از سایر مدلهای متنباز پیشی میگیرد.",
|
|
757
|
+
"kimi-k2:1t.description": "Kimi K2 یک مدل زبانی بزرگ MoE از Moonshot AI با ۱ تریلیون پارامتر کل و ۳۲ میلیارد فعال در هر عبور است. این مدل برای قابلیتهای عامل از جمله استفاده پیشرفته از ابزار، استدلال و ترکیب کد بهینهسازی شده است.",
|
|
758
|
+
"kimi-latest.description": "Kimi Latest از جدیدترین مدل Kimi استفاده میکند و ممکن است شامل ویژگیهای آزمایشی باشد. این مدل از درک تصویر پشتیبانی میکند و بهطور خودکار مدلهای ۸k/32k/128k را بر اساس طول زمینه انتخاب میکند.",
|
|
759
|
+
"kuaishou/kat-coder-pro-v1.description": "KAT-Coder-Pro-V1 (رایگان برای مدت محدود) بر درک کد و خودکارسازی برای عاملهای برنامهنویسی کارآمد تمرکز دارد.",
|
|
760
|
+
"learnlm-1.5-pro-experimental.description": "LearnLM یک مدل آزمایشی و وظیفهمحور است که بر اساس اصول علوم یادگیری آموزش دیده تا در سناریوهای آموزش/یادگیری بهعنوان یک معلم خبره عمل کند و از دستورالعملهای سیستمی پیروی کند.",
|
|
761
|
+
"learnlm-2.0-flash-experimental.description": "LearnLM یک مدل آزمایشی و وظیفهمحور است که بر اساس اصول علوم یادگیری آموزش دیده تا در سناریوهای آموزش/یادگیری بهعنوان یک معلم خبره عمل کند و از دستورالعملهای سیستمی پیروی کند.",
|
|
762
|
+
"lite.description": "Spark Lite یک مدل زبانی سبک با تأخیر بسیار پایین و پردازش کارآمد است. این مدل کاملاً رایگان است و از جستجوی وب در زمان واقعی پشتیبانی میکند. پاسخهای سریع آن در دستگاههای با توان محاسباتی پایین و برای تنظیم دقیق مدل عملکرد خوبی دارد و تجربهای هوشمندانه و مقرونبهصرفه، بهویژه برای پرسشوپاسخ دانشی، تولید محتوا و سناریوهای جستجو ارائه میدهد.",
|
|
763
|
+
"llama-3.1-70b-versatile.description": "Llama 3.1 70B استدلال هوش مصنوعی قویتری را برای کاربردهای پیچیده ارائه میدهد و از محاسبات سنگین با کارایی و دقت بالا پشتیبانی میکند.",
|
|
764
|
+
"llama-3.1-8b-instant.description": "Llama 3.1 8B یک مدل کارآمد با تولید سریع متن است که برای کاربردهای گسترده و مقرونبهصرفه ایدهآل است.",
|
|
765
|
+
"llama-3.1-instruct.description": "مدل Llama 3.1 تنظیمشده برای دستورالعملها برای چت بهینهسازی شده و در بسیاری از معیارهای صنعتی از مدلهای چت متنباز پیشی میگیرد.",
|
|
766
|
+
"llama-3.2-11b-vision-instruct.description": "استدلال تصویری قوی بر روی تصاویر با وضوح بالا، مناسب برای برنامههای درک بصری.",
|
|
767
|
+
"llama-3.2-11b-vision-preview.description": "Llama 3.2 برای وظایف ترکیبی بین تصویر و متن طراحی شده و در تولید کپشن تصویر و پرسشوپاسخ بصری برتری دارد و شکاف بین تولید زبان و استدلال بصری را پر میکند.",
|
|
768
|
+
"llama-3.2-90b-vision-instruct.description": "استدلال تصویری پیشرفته برای برنامههای عامل درک بصری.",
|
|
769
|
+
"llama-3.2-90b-vision-preview.description": "Llama 3.2 برای وظایف ترکیبی بین تصویر و متن طراحی شده و در تولید کپشن تصویر و پرسشوپاسخ بصری برتری دارد و شکاف بین تولید زبان و استدلال بصری را پر میکند.",
|
|
770
|
+
"llama-3.2-vision-instruct.description": "مدل تنظیمشده Llama 3.2-Vision برای تشخیص بصری، استدلال تصویری، تولید کپشن و پرسشوپاسخ عمومی تصویری بهینهسازی شده است.",
|
|
771
|
+
"llama-3.3-70b-versatile.description": "Meta Llama 3.3 یک مدل زبانی چندزبانه با ۷۰ میلیارد پارامتر (ورودی/خروجی متنی) است که نسخههای پیشآموزشدیده و تنظیمشده برای دستورالعمل دارد. نسخه تنظیمشده فقط متنی برای چت چندزبانه بهینه شده و در بسیاری از معیارهای صنعتی از مدلهای چت متنباز و بسته پیشی میگیرد.",
|
|
772
|
+
"llama-3.3-70b.description": "Llama 3.3 70B: یک مدل Llama متوسط تا بزرگ که تعادلی بین استدلال و بازدهی برقرار میکند.",
|
|
773
|
+
"llama-3.3-instruct.description": "مدل تنظیمشده Llama 3.3 برای چت بهینه شده و در بسیاری از معیارهای صنعتی از مدلهای چت متنباز پیشی میگیرد.",
|
|
748
774
|
"meta.llama3-8b-instruct-v1:0.description": "متا لاما ۳ یک مدل زبان باز برای توسعهدهندگان، پژوهشگران و شرکتها است که برای کمک به ساخت، آزمایش و گسترش مسئولانه ایدههای هوش مصنوعی مولد طراحی شده است. این مدل بهعنوان بخشی از زیرساخت نوآوری جامعه جهانی، برای محیطهایی با منابع محدود، دستگاههای لبه و زمانهای آموزش سریع مناسب است.",
|
|
749
775
|
"meta/Llama-3.2-11B-Vision-Instruct.description": "استدلال تصویری قوی بر روی تصاویر با وضوح بالا، مناسب برای برنامههای درک بصری.",
|
|
750
776
|
"meta/Llama-3.2-90B-Vision-Instruct.description": "استدلال تصویری پیشرفته برای برنامههای عامل با قابلیت درک بصری.",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"internlm.description": "یک سازمان متنباز متمرکز بر تحقیقات مدلهای بزرگ و ابزارهای مرتبط که پلتفرمی کارآمد و آسان برای استفاده ارائه میدهد تا مدلها و الگوریتمهای پیشرفته را در دسترس قرار دهد.",
|
|
30
30
|
"jina.description": "Jina AI که در سال 2020 تأسیس شد، یک شرکت پیشرو در زمینه جستجوی هوش مصنوعی است. پشته جستجوی آن شامل مدلهای برداری، رتبهبندها و مدلهای زبانی کوچک برای ساخت اپلیکیشنهای جستجوی مولد و چندوجهی با کیفیت بالا است.",
|
|
31
31
|
"lmstudio.description": "LM Studio یک اپلیکیشن دسکتاپ برای توسعه و آزمایش مدلهای زبانی بزرگ روی رایانه شخصی شماست.",
|
|
32
|
+
"lobehub.description": "LobeHub Cloud از رابطهای برنامهنویسی رسمی برای دسترسی به مدلهای هوش مصنوعی استفاده میکند و مصرف را با اعتباراتی که به توکنهای مدل وابستهاند، اندازهگیری میکند.",
|
|
32
33
|
"minimax.description": "MiniMax که در سال 2021 تأسیس شد، هوش مصنوعی چندمنظوره با مدلهای پایه چندوجهی از جمله مدلهای متنی با پارامترهای تریلیونی، مدلهای گفتاری و تصویری توسعه میدهد و اپهایی مانند Hailuo AI را ارائه میکند.",
|
|
33
34
|
"mistral.description": "Mistral مدلهای عمومی، تخصصی و تحقیقاتی پیشرفتهای برای استدلال پیچیده، وظایف چندزبانه و تولید کد ارائه میدهد و از فراخوانی توابع برای یکپارچهسازی سفارشی پشتیبانی میکند.",
|
|
34
35
|
"modelscope.description": "ModelScope پلتفرم مدل بهعنوانسرویس Alibaba Cloud است که مجموعهای گسترده از مدلهای هوش مصنوعی و خدمات استنتاج را ارائه میدهد.",
|
|
@@ -495,6 +495,7 @@
|
|
|
495
495
|
"skillStore.networkError": "خطای شبکه، لطفاً دوباره تلاش کنید",
|
|
496
496
|
"skillStore.search": "جستجوی مهارتها بر اساس نام یا کلمه کلیدی، برای جستجو Enter را فشار دهید…",
|
|
497
497
|
"skillStore.tabs.community": "جامعه",
|
|
498
|
+
"skillStore.tabs.custom": "سفارشی",
|
|
498
499
|
"skillStore.tabs.lobehub": "LobeHub",
|
|
499
500
|
"skillStore.title": "فروشگاه مهارت",
|
|
500
501
|
"startConversation": "شروع گفتگو",
|
package/locales/fr-FR/auth.json
CHANGED
|
@@ -94,9 +94,10 @@
|
|
|
94
94
|
"betterAuth.signin.orContinueWith": "OU",
|
|
95
95
|
"betterAuth.signin.passwordPlaceholder": "Saisissez votre mot de passe",
|
|
96
96
|
"betterAuth.signin.passwordStep.subtitle": "Saisissez votre mot de passe pour continuer",
|
|
97
|
+
"betterAuth.signin.setPassword": "définir un mot de passe",
|
|
97
98
|
"betterAuth.signin.signupLink": "Inscrivez-vous maintenant",
|
|
98
99
|
"betterAuth.signin.socialError": "Échec de la connexion sociale, veuillez réessayer",
|
|
99
|
-
"betterAuth.signin.socialOnlyHint": "Cet e-mail a été enregistré via un compte social.
|
|
100
|
+
"betterAuth.signin.socialOnlyHint": "Cet e-mail a été enregistré via un compte social tiers. Connectez-vous avec ce fournisseur, ou",
|
|
100
101
|
"betterAuth.signin.submit": "Se connecter",
|
|
101
102
|
"betterAuth.signup.confirmPasswordPlaceholder": "Confirmez votre mot de passe",
|
|
102
103
|
"betterAuth.signup.emailPlaceholder": "Saisissez votre adresse e-mail",
|