-
Notifications
You must be signed in to change notification settings - Fork 4
Provider 列表
liwei9745 edited this page Jul 9, 2026
·
2 revisions
title: Provider 列表 type: comparison created: 2026-07-10 updated: 2026-07-10 sources: [genbox-extracted.json, storage/providers.json] tags: [provider, comparison]
数据来自 storage/providers.json 运行时抽取。
| id | name | type | base_url | model |
|---|---|---|---|---|
| gpt-image | GPT Image 2 | image | <本机生图网关,已脱敏> | gpt-image-2 |
| gemini | Gemini | image | <本机网关,已脱敏> | gemini-pro |
| qwen | Agnes Image | image | <外部 APIHub,已脱敏> | agnes-image-2.0-flash |
| llm-default | LLM 提示词优化 | llm | <本机网关,已脱敏> | mimo/mimo-auto |
| Agnes | Agnes | video | <外部 APIHub,已脱敏> | agnes-video-v2.0 |
- 生图(3): gpt-image(自有网关)、gemini(本机网关)、qwen/Agnes Image(外部 APIHub)
- 视频(1): Agnes(外部 APIHub, agnes-video-v2.0)
- LLM(1): llm-default(本机网关,prompt 优化用)
-
gpt-image/gemini/llm-default走本机网关(地址已脱敏)。 -
qwen/Agnes走外部 APIHub(域名已脱敏)。 - 完整字段定义见 Provider-注册系统 与 Module-providers-config。