Files
config-center/compute/model-specs/baidu.json

146 lines
3.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "百度文心 ERNIE 系列模型规格。参数来源config-center compute/providers/baidu.json。ernie-x1.1 为纯推理模型defaultTemperature 为 nullernie-5.0-thinking-latest 同时支持 chat 和 reasoning。",
"specs": [
{
"id": "ernie-5.0-thinking-latest",
"displayName": "文心 ERNIE 5.0",
"family": "ernie-5",
"match": {
"exact": [
"ernie-5.0-thinking-latest"
],
"patterns": [
"ernie-5.0-thinking*"
]
},
"spec": {
"contextWindow": 128000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"vision",
"multimodal",
"tool_use"
],
"serviceType": [
"chat",
"reasoning"
],
"supportsReasoning": true,
"description": "百度最新旗舰模型,支持深度推理、多模态和工具调用"
}
},
{
"id": "ernie-5.0",
"displayName": "文心 ERNIE 5.0 非思考",
"family": "ernie-5",
"match": {
"exact": [
"ernie-5.0"
]
},
"spec": {
"contextWindow": 131072,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"vision",
"multimodal",
"tool_use"
],
"serviceType": [
"chat"
],
"defaultTemperature": 0.95,
"description": "百度 ERNIE 5.0 旗舰模型128K 上下文,最大输出 65536 token"
}
},
{
"id": "ernie-4.5-turbo-128k",
"displayName": "文心 ERNIE 4.5 Turbo",
"family": "ernie-4.5",
"match": {
"exact": [
"ernie-4.5-turbo-128k"
],
"patterns": [
"ernie-4.5-turbo-128k*"
]
},
"spec": {
"contextWindow": 131072,
"maxOutputTokens": 12288,
"capabilities": [
"chat",
"code",
"vision",
"long_context",
"fast"
],
"serviceType": [
"chat"
],
"defaultTemperature": 0.8,
"description": "百度高性价比长上下文模型128K 窗口,最大输出 12288 token"
}
},
{
"id": "ernie-4.5-turbo-20260402",
"displayName": "文心 ERNIE 4.5 Turbo 20260402",
"family": "ernie-4.5",
"match": {
"exact": [
"ernie-4.5-turbo-20260402"
]
},
"spec": {
"contextWindow": 131072,
"maxOutputTokens": 12288,
"capabilities": [
"chat",
"code",
"vision",
"long_context",
"fast"
],
"serviceType": [
"chat"
],
"defaultTemperature": 0.8,
"description": "百度 ERNIE 4.5 Turbo 20260402 快照版128K 上下文"
}
},
{
"id": "ernie-x1.1",
"displayName": "文心 ERNIE X1.1",
"family": "ernie-x1",
"match": {
"exact": [
"ernie-x1.1"
],
"patterns": [
"ernie-x1*"
]
},
"spec": {
"contextWindow": 65536,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"math",
"code"
],
"serviceType": [
"reasoning"
],
"defaultTemperature": null,
"supportsReasoning": true,
"description": "百度 ERNIE X1.1 深度思考推理模型64K 上下文"
}
}
]
}