mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 10:30:50 +08:00
修复算力模型采样默认值
This commit is contained in:
@@ -9,53 +9,62 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "CNY",
|
||||
"services": ["chat", "embedding"],
|
||||
"services": [
|
||||
"chat",
|
||||
"embedding"
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
||||
"displayName": "Qwen3 Coder 480B (硅基)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "开源最强代码模型,480B MoE 架构,擅长代码生成和 Agent 场景",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Qwen3-Coder-480B-A35B-Instruct,480B MoE(35B 激活),原生 256K 上下文,可通过外推扩展至 1M,面向 Agentic Coding",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 32768,
|
||||
"maxOutputTokens": 262144,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"reasoning",
|
||||
"long_context",
|
||||
"agent",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 8,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "Qwen/Qwen3-235B-A22B-Instruct",
|
||||
"modelName": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
||||
"displayName": "Qwen3 235B (硅基)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "Qwen3 旗舰通用模型,235B MoE 架构,多语言能力突出",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Qwen3-235B-A22B-Instruct-2507,235B MoE(22B 激活)通用指令模型,262K 上下文",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 38912,
|
||||
"maxOutputTokens": 262144,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"vision"
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 2.5,
|
||||
"outputPrice": 10,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "BAAI/bge-m3",
|
||||
"displayName": "BGE-M3 (硅基)",
|
||||
"serviceType": ["embedding"],
|
||||
"serviceType": [
|
||||
"embedding"
|
||||
],
|
||||
"description": "多语言 Embedding 模型,支持 8K 上下文,免费版",
|
||||
"contextWindow": 8192,
|
||||
"maxOutputTokens": 0,
|
||||
|
||||
Reference in New Issue
Block a user