sxjeru
d0ee3df579
✨ feat: New API support switch Responses API mode ( #9776 )
...
* ✨ feat: 添加对新API和路由类型的支持,更新相关配置以启用Responses API
* fix: 更新测试文件中的console.error和console.debug实现,确保输出格式一致;在CreateNewProvider组件中调整provider图标映射逻辑
* ✨ feat: 更新novita和qwen模型,调整定价策略,添加新模型及其功能
* 🐛 fix: OIDC error when connecting to self-host instance (#9916 )
fix: oidc/consent redirect header
* ✨ feat: 添加 MiniMax M2 和 Qwen3 VL 235B Instruct 模型,更新模型属性
🔧 fix: 修复免费标识逻辑,确保正确判断模型是否免费
* ✨ feat: 添加 MiniMax-M2 模型,更新 SiliconCloud 和 Vercel AI Gateway 模型信息,调整 Kimi K2 的上下文窗口大小
* fix test
* 📝 docs: update ComfyUI documentation cover image URL (#9997 )
* 🔖 chore(release): v1.142.9 [skip ci]
### [Version 1.142.9](https://github.com/lobehub/lobe-chat/compare/v1.142.8...v1.142.9 )
<sup>Released on **2025-11-02**</sup>
#### 🐛 Bug Fixes
- **misc**: OIDC error when connecting to self-host instance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: OIDC error when connecting to self-host instance, closes [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) ([2e2b9c4 ](https://github.com/lobehub/lobe-chat/commit/2e2b9c4 ))
</details>
<div align="right">
[](#readme-top)
</div>
* 📝 docs(bot): Auto sync agents & plugin to readme
* 优化 Responses API 处理逻辑,优化错误处理和流数据转换
---------
Co-authored-by: Aloxaf <bailong104@gmail.com >
2025-11-19 00:53:18 +08:00
bbbugg
26533b4938
📝 docs: update "ENABLED_COMFYUI" and remove "ENABLED_BFL" "ENABLED_VERCELAIGATEWAY" in docs ( #9858 )
...
* add ENABLED_COMFYUI, ENABLED_AWS_BEDROCK, ENABLED_OPENAI and remove ENABLED_BFL and ENABLED_VERCELAIGATEWAY
* 🐛 fix: update AiHubMix links and API key documentation
* revert change AiHubMix url
2025-10-24 16:15:56 +08:00
Maple Gao
15ffe289f5
✨ feat: add ComfyUI integration Phase1(RFC-128) ( #9043 )
...
Co-authored-by: YuTengjing <ytj2713151713@gmail.com >
2025-10-21 15:34:57 +08:00
WangYK
5a4b0fd344
✨ feat: support Vercel AI Gateway provider ( #8883 )
...
* ✨ feat: support Vercel AI Gateway provider
* fix: add `vercelaigateway` to package.json.exports
* chore: 把 runtime 挪到 providers 目录下
2025-09-16 16:49:54 +08:00
YuTengjing
2eeab57c1e
docs: update bfl doc cover image url ( #8951 )
2025-08-27 22:20:18 +08:00
YuTengjing
45f05a0169
📝 docs: add BFL provider documentation ( #8933 )
2025-08-26 17:26:45 +08:00
JI4JUN
e172055a52
✨ feat: support 302ai provider ( #8362 )
...
* ✨ feat: support 302.AI provider
* 📝 docs: update docs of 302.AI
* 🐛 fix: error 404 of images in ai302.mdx and ai302.zh-CN.mdx
* 🐛 fix: fix issue of failing tests
2025-08-05 15:50:13 +08:00
hedeqiang
4db6485410
✨ feat: support aihubmix provider ( #8038 )
...
* feata: support aihubmix provider
* style: update aihubmix
* style: update LobeOpenAICompatibleFactory
* Delete docs/usage/providers/aihubmix.mdx
* style: update model list
* style: i18n
* Update aihubmix.zh-CN.mdx
* Update aihubmix.ts
* ♻️ refactor: rename agent runtime to model runtime
* ✨ feat: support aihubmix as router runtime
* update App header
* update
* update models
* update models link
* update i18n
* fix
* fix
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-01 09:52:11 +08:00
YuTengjing
82ca0074d4
🔨 chore: some ai image optimization ( #8543 )
2025-07-23 15:33:20 +08:00
YuTengjing
768ee2bf23
🐛 fix: use server env config image models ( #8478 )
...
* docs: update fal provider invalid image links
* docs: add FAL model provider environment variables documentation
* 🐛 fix: update model type assignment in parseModels.ts to use dynamic lookup
* 📝 docs: add FAQ for resolving AI image generation timeout issues on Vercel
* ✨ feat: implement getModelPropertyWithFallback utility for dynamic model property retrieval
* 📝 docs: expand testing guide with best practices for mock data strategies, error handling, and module pollution prevention
* 🐛 fix: update model type in LobeOpenAICompatibleFactory tests to 'chat'
2025-07-18 02:41:27 +08:00
YuTengjing
c8f32c301e
✏️ docs: replace all 'Language Model' with 'Al Service Provider' in provider docs ( #8444 )
2025-07-15 17:23:09 +08:00
sxjeru
2a811d0a85
🔨 chore: Prettier & Add proxyUrl for all providers ( #8061 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
* npx prettier --write "src/**/*"
* add proxyUrl for all providers
* npx prettier --write "docs/**/*"
* Revert
* Revert
* revert
2025-06-04 21:39:39 +08:00
hedeqiang
7b91dfddd5
✨ feat: Support ModelScope Provider ( #8026 )
...
* feat: support modelscop
* feat: support modelscop
* style: update llm.ts
* style: update modelscope
2025-06-01 14:54:32 +08:00
Kingsword
432c28d193
🐛 fix(docs): rename and update Google Gemini documentation ( #7957 )
2025-05-25 17:12:02 +08:00
littleLice
4ebd143bcf
📝 docs: Update docs/usage/providers/vllm.zh-CN.mdx ( #7874 )
2025-05-19 11:51:38 +08:00
Zhifeng Li
c9b8e9f655
✨ feat: add Qiniu Provider ( #7649 )
...
* ✨ feat: Add Qiniu
* ✨ feat: Add Qiniu Image
2025-05-15 11:08:49 +08:00
WangYK
1c1f6933bd
💄 style: update models for siliconcloud & infiniai ( #7197 )
...
* 💄 style: update infiniai model list
* 💄 style: improve error handling for infiniai provider
* 💄 style: add qwen2.5 vl 32b in infiniai provider
* 💄 style: add qwen2.5-vl-32b to siliconcloud
* 🔧 chore: update i18n
* 🐛 fix: `formatPriceByCurrency` should display 0 if the price is 0
* 💄 style: disable outdated models for infiniai
2025-03-28 10:22:56 +08:00
WangYK
72d76feff6
✨ feat: add infini-ai provider ( #7012 )
...
* ✨ feat: support infini-ai provider
* 🐛 fix: correct typo `infinigenceai` -> `infiniai`
2025-03-21 17:45:59 +08:00
cnJasonZ
cd0828df94
📝 docs: fix usage doc for PPIO ( #6717 )
...
* feat: add new model provider PPIO
* feat: add usage docs; fix model configs
* fix: fix ppio runtime; fix model configs
* fix: fix default model list
* fix
* fix: fix locales providers.json
* fix: fix ppio usage docs
---------
Co-authored-by: Jason <ggbbddjm@gmail.com >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-19 14:41:03 +08:00
TC
5824745ba1
📝 docs: update docs for providers ( #6722 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
* docs: add doc for cloudflare
* 📝 docs: update provider docs
* 📝 docs: Update provider docs
* 🔧 chore: Update provider url
* 📝 docs: Update provider docs
* 📝 docs: Update provider docs
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-03-07 02:51:27 +08:00
TC
57d56d3ada
📝 docs: Update provider docs ( #6701 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
* docs: add doc for cloudflare
* 📝 docs: update provider docs
* 📝 docs: Update provider docs
* 🔧 chore: Update provider url
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-03-04 22:49:47 +08:00
cnJasonZ
23a3fdaee9
✨ feat: add new model provider PPIO ( #6133 )
...
* feat: add new model provider PPIO
* feat: add usage docs; fix model configs
* fix: fix ppio runtime; fix model configs
* fix: fix default model list
* fix
* fix: fix locales providers.json
---------
Co-authored-by: Jason <ggbbddjm@gmail.com >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-03 17:23:28 +08:00
Arvin Xu
a20aad04d7
📝 docs: update langfuse Chinese docs ( #6168 )
...
* update docs
* update docs
2025-02-15 12:52:00 +08:00
Zhijie He
a90a75e613
♻️ refactor: refactor Wenxin with LobeOpenAICompatibleFactory ( #5729 )
...
* ♻️ refactor: refactor Wenxin with LobeOpenAICompatibleFactory
* 💄 style: update model list
* 📝 docs: update docs
* 💄 style: update model list
2025-02-06 01:30:07 +08:00
CanisMinor
2c3331a591
✨ feat: Update Remark ( #5340 )
...
* ✨ feat: Update Remark
* 📝 docs: Update seo
* 🔧 chore: Fix deps
* 🔧 chore: Update ui version
* 📝 docs: Update docs
* ✨ feat: Update @lobehub/ui to 1.163.0
2025-01-08 21:32:57 +08:00
TC
e290230040
📝 docs: update provider docs ( #4865 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
* docs: add doc for cloudflare
* 📝 docs: update provider docs
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2024-12-02 16:25:48 +08:00
CanisMinor
19da5e419d
🔧 chore: Add changelog workflow ( #4662 )
...
* 🔧 chore: Add changelog workflow
* 🔧 chore: Update schema
* 🔧 chore: Update schema
* 🔧 chore: Update changelog workflow
* 🔧 chore: Update changelog json
* 🔧 chore: Update changelog
* 📝 docs: Update Changelog
2024-11-26 14:48:06 +08:00
TC
32630fa42d
📝 docs: add docs for cloudflare ( #4685 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
* docs: add doc for cloudflare
2024-11-14 10:44:51 +08:00
Arthals
62cbf1c032
📝 docs: add casdoor docker compose document ( #4338 )
...
* 📝 docs: Casdoor
* 📝 docs: Docker-compose
* 📝 docs: Docker-compose
* 📝 docs: English ver.
* 📝 docs: Incorporate review suggestions
* 📝 docs: Incorporate review suggestions
2024-10-13 10:49:20 +08:00
TC
8bb3c8f641
📝 docs: update wenxin provider docs ( #4333 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
2024-10-12 14:47:53 +08:00
TC
eda92e20d9
📝 docs: update docs for providers ( #4326 )
2024-10-12 00:43:32 +08:00
Arthals
e3f898cec1
📝 docs: Docker Compose ( #3687 )
...
* 📝 docs: Docker Compose
* 📝 docs: Tencent Cloud
* 📝 docs: S3 & Some note
* 📝 docs: Link's lang
2024-08-30 23:22:49 +08:00
Arvin Xu
d03d9f6490
♻️ refactor: refactor PanelTitle and move commit from file uploading ( #3491 )
...
* 📝 docs: update docs
* ♻️ refactor: refactor code
* 🎨 chore: add code from pre PR
* 📝 docs: update docs
* 🌐 chore: upload i18n
* 💄 style: fix style
* 🐛 fix: use pmap to control timing
2024-08-18 00:00:16 +08:00
sxjeru
0781dc5233
✨ feat: Add SiliconCloud model provider ( #3092 )
...
* feat: Add SiliconCloud as a model provider
* model icon
* Update index.ts
* Update siliconcloud.ts
* Update .env.example
* Add docs
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
2024-08-14 10:36:04 +08:00
Arvin Xu
46e79160d2
📝 docs: update docs for database deployment ( #3397 )
2024-08-05 14:59:38 +08:00
Jason
08b063fd77
💄 style: Add new model provider Novita AI ( #3177 )
2024-07-23 10:09:53 +08:00
CanisMinor
a17b97eebd
📝 docs: Add more usage docs ( #3286 )
2024-07-22 12:14:46 +08:00
Arvin Xu
1d891ac52b
🐛 fix: fix anthropic parallel tools calling ( #3010 )
...
* wip
* 💚 ci: fix lint
* ✅ test: fix test
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
2024-06-24 21:16:49 +08:00
Arvin Xu
a91d6b23a2
📝 docs: update provider docs ( #2960 )
...
* 🌐 chore: fix locale
* 📝 docs: update provider docs
2024-06-21 10:37:59 +08:00
CanisMinor
67e5eead26
📝 docs: Update provider docs ( #2949 )
...
* 📝 docs: Update provider docs
* 📝 docs: Update docs
* 📝 docs: Update shield
* 📝 docs: Update link
* 📝 docs: Add providers page
* 📝 docs: Update docs
* ✨ feat: Add doc in llm setting
* 📝 docs: Update provider docs
* 📝 docs: Update docs
* 🔧 chore: Fix reference
2024-06-20 19:07:50 +08:00
Arthals
80d8eec9b0
📝 docs: Update upstream-sync ( #2262 )
2024-04-28 20:07:22 +08:00
Arvin Xu
7cd0a34e40
📝 docs: improve ollama usage docs ( #2244 )
...
* docs
* update docs
* update docs
* update docs
* update docs
* update docs
2024-04-28 01:25:11 +08:00
canisminor1990
e471c32672
📝 docs: Fix docs
2024-04-11 19:31:40 +08:00
Maple Gao
576fd61b86
📝 docs: fix inner URL error due to docs update ( #1980 )
2024-04-11 17:58:13 +08:00
CanisMinor
30dd95a6a0
📝 docs: Fix docs typo
2024-04-11 03:08:25 +00:00
CanisMinor
e97f62f65e
📝 docs: Update docs to fit next RSC ( #1939 )
...
* 📝 docs: Update docs to fit next rsc
* 📝 docs: Replace links
* chore: fix i18n config
* 📝 docs: update seo
2024-04-11 00:28:48 +08:00
Arvin Xu
99c47da944
📖 docs: Local Qwen for Ollama ( #1723 )
...
* 📖 docs: Local Qwen for Ollama (#1622 )
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
---------
Co-authored-by: Maple Gao <esanisa@gmail.com >
2024-03-25 14:02:05 +08:00
CanisMinor
04d8e53e26
📝 docs: improve docs ( #1597 )
...
* 📝 docs: Update docs to fit the new docs theme
* 📝 docs: Update docs
* 🔧 chore: fix build
* Update tts.zh-CN.mdx
* Update tts.mdx
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-03-17 22:23:30 +08:00
Arvin Xu
f8be0f4b56
📝 docs: Add Groq usage docs ( #1598 )
...
* docs: Add Groq usage docs (#1596 )
* 📝 docs: update docs
---------
Co-authored-by: TC <34400653+tcmonster@users.noreply.github.com >
2024-03-16 21:42:07 +08:00
Arvin Xu
1c75a5bd06
📝 docs: improve docs ( #1585 )
2024-03-15 20:54:34 +08:00