mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:30:51 +08:00
修复算力模型采样默认值
This commit is contained in:
@@ -9,14 +9,20 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "CNY",
|
||||
"services": ["chat", "reasoning"],
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "ernie-5.0-thinking-latest",
|
||||
"displayName": "文心 ERNIE 5.0",
|
||||
"serviceType": ["chat", "reasoning"],
|
||||
"serviceType": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"description": "百度最新旗舰模型,支持深度推理、多模态和工具调用,119K输入/64K输出",
|
||||
"contextWindow": 131072,
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -25,19 +31,67 @@
|
||||
"multimodal",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 8,
|
||||
"outputPrice": 32,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 40
|
||||
}
|
||||
],
|
||||
"thinkingMaxTokens": 60000
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-128k-latest",
|
||||
"displayName": "文心 ERNIE 4.5 Turbo",
|
||||
"serviceType": ["chat"],
|
||||
"description": "百度高性价比长上下文模型,128K 窗口,适合日常对话和文档处理",
|
||||
"modelName": "ernie-5.0",
|
||||
"displayName": "文心 ERNIE 5.0 非思考",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百度 ERNIE 5.0 旗舰模型,128K 上下文,119K 最大输入,最大输出 65,536 token",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 8192,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"vision",
|
||||
"multimodal",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24,
|
||||
"defaultTemperature": 0.95,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-128k",
|
||||
"displayName": "文心 ERNIE 4.5 Turbo",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百度高性价比长上下文模型,128K 窗口,最大输出 12,288 token",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 12288,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
@@ -47,9 +101,57 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 3.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": 0.8,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-20260402",
|
||||
"displayName": "文心 ERNIE 4.5 Turbo 20260402",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百度 ERNIE 4.5 Turbo 20260402 快照,128K 上下文,最大输出 12,288 token",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 12288,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"vision",
|
||||
"long_context",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 3.2,
|
||||
"defaultTemperature": 0.8,
|
||||
"defaultTopP": 1,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-x1.1",
|
||||
"displayName": "文心 ERNIE X1.1",
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "百度 ERNIE X1.1 深度思考模型,64K 上下文,最大输出 65,536 token",
|
||||
"contextWindow": 65536,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"deep_thinking",
|
||||
"math",
|
||||
"code"
|
||||
],
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 4,
|
||||
"extra": {
|
||||
"thinkingMaxTokens": 65536
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user