- 将默认模型从 Qwen/Qwen3-32B 更新为 zai-org/GLM-4.5 - 移除 DeepSeek 相关模型配置 - 更新 README 中的模型推荐和文档说明 - 调整 LightRAG 默认配置为 siliconflow/Qwen3-30B-A3B-Instruct-2507
147 lines
3.7 KiB
YAML
147 lines
3.7 KiB
YAML
####################################################
|
||
#
|
||
# 不要直接修改这个里面的文件,可能会有被覆盖的风险,
|
||
# 建议 复制一份 在 models.private.yml 中修改,
|
||
# 会自动加载
|
||
#
|
||
#####################################################
|
||
|
||
MODEL_NAMES:
|
||
openai:
|
||
name: OpenAI
|
||
url: https://platform.openai.com/docs/models
|
||
base_url: https://api.openai.com/v1
|
||
default: gpt-4o-mini
|
||
env:
|
||
- OPENAI_API_KEY
|
||
models:
|
||
- gpt-4
|
||
- gpt-4o
|
||
- gpt-4o-mini
|
||
|
||
deepseek:
|
||
name: DeepSeek
|
||
url: https://platform.deepseek.com/api-docs/zh-cn/pricing
|
||
base_url: https://api.deepseek.com/v1
|
||
default: deepseek-chat
|
||
env:
|
||
- DEEPSEEK_API_KEY
|
||
models:
|
||
- deepseek-chat
|
||
- deepseek-reasoner
|
||
|
||
zhipu:
|
||
name: 智谱AI (Zhipu)
|
||
url: https://open.bigmodel.cn/dev/api
|
||
base_url: https://open.bigmodel.cn/api/paas/v4/
|
||
default: glm-4.5-flash
|
||
env:
|
||
- ZHIPUAI_API_KEY
|
||
models:
|
||
- glm-4.5
|
||
- glm-4.5-air
|
||
- glm-4.5-flash
|
||
|
||
siliconflow:
|
||
name: SiliconFlow
|
||
url: https://cloud.siliconflow.cn/models
|
||
base_url: https://api.siliconflow.cn/v1
|
||
default: zai-org/GLM-4.5
|
||
env:
|
||
- SILICONFLOW_API_KEY
|
||
models:
|
||
- Qwen/Qwen3-235B-A22B-Thinking-2507
|
||
- Qwen/Qwen3-235B-A22B-Instruct-2507
|
||
- moonshotai/Kimi-K2-Instruct
|
||
- zai-org/GLM-4.5
|
||
|
||
together.ai:
|
||
name: Together.ai
|
||
url: https://api.together.ai/models
|
||
base_url: https://api.together.xyz/v1/
|
||
default: meta-llama/Llama-3.3-70B-Instruct-Turbo-Free
|
||
env:
|
||
- TOGETHER_API_KEY
|
||
models:
|
||
- meta-llama/Llama-3.3-70B-Instruct-Turbo-Free
|
||
|
||
dashscope:
|
||
name: 阿里百炼 (DashScope)
|
||
url: https://bailian.console.aliyun.com/?switchAgent=10226727&productCode=p_efm#/model-market
|
||
base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
|
||
default: qwen-max-latest
|
||
env:
|
||
- DASHSCOPE_API_KEY
|
||
models:
|
||
- qwen-max-latest
|
||
- qwen-plus-latest
|
||
- qwen-turbo-latest
|
||
- qwen3-235b-a22b-thinking-2507
|
||
- qwen3-235b-a22b-instruct-2507
|
||
|
||
ark:
|
||
name: 豆包(Ark)
|
||
url: https://console.volcengine.com/ark/region:ark+cn-beijing/model
|
||
base_url: https://ark.cn-beijing.volces.com/api/v3
|
||
default: doubao-seed-1-6-250615
|
||
env:
|
||
- ARK_API_KEY
|
||
models:
|
||
- doubao-seed-1-6-250615
|
||
- doubao-seed-1-6-thinking-250715
|
||
- doubao-seed-1-6-flash-250715
|
||
|
||
openrouter:
|
||
name: OpenRouter
|
||
url: https://openrouter.ai/models
|
||
base_url: https://openrouter.ai/api/v1
|
||
default: openai/gpt-4o
|
||
env:
|
||
- OPENROUTER_API_KEY
|
||
models:
|
||
- openai/gpt-4o
|
||
- x-ai/grok-4
|
||
- google/gemini-2.5-pro
|
||
- anthropic/claude-sonnet-4
|
||
|
||
EMBED_MODEL_INFO:
|
||
siliconflow/BAAI/bge-m3:
|
||
name: BAAI/bge-m3
|
||
dimension: 1024
|
||
base_url: https://api.siliconflow.cn/v1/embeddings
|
||
api_key: SILICONFLOW_API_KEY
|
||
|
||
siliconflow/Qwen/Qwen3-Embedding-0.6B:
|
||
name: Qwen/Qwen3-Embedding-0.6B
|
||
dimension: 1024
|
||
base_url: https://api.siliconflow.cn/v1/embeddings
|
||
api_key: SILICONFLOW_API_KEY
|
||
|
||
vllm/Qwen/Qwen3-Embedding-0.6B:
|
||
name: Qwen3-Embedding-0.6B
|
||
dimension: 1024
|
||
base_url: http://localhost:8081/v1/embeddings
|
||
api_key: no_api_key
|
||
|
||
ollama/nomic-embed-text:
|
||
name: nomic-embed-text
|
||
base_url: http://localhost:11434/api/embed
|
||
dimension: 768
|
||
|
||
ollama/bge-m3:
|
||
name: bge-m3
|
||
base_url: http://localhost:11434/api/embed
|
||
dimension: 1024
|
||
|
||
RERANKER_LIST:
|
||
|
||
siliconflow/BAAI/bge-reranker-v2-m3:
|
||
name: BAAI/bge-reranker-v2-m3
|
||
base_url: https://api.siliconflow.cn/v1/rerank
|
||
api_key: SILICONFLOW_API_KEY
|
||
|
||
vllm/Qwen/Qwen3-Reranker-0.6B:
|
||
name: Qwen/Qwen3-Reranker-0.6B
|
||
base_url: http://localhost:8081/v1/rerank
|
||
api_key: no_api_key
|