mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -23,12 +23,10 @@
|
||||
{
|
||||
"modelName": "doubao-2.0-pro",
|
||||
"displayName": "豆包 2.0 Pro",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包2.0旗舰模型,256K上下文,相比Gemini 3 Pro和GPT 5.2有较大成本优势",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -39,19 +37,17 @@
|
||||
],
|
||||
"inputPrice": 3.2,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.8",
|
||||
"displayName": "豆包 Seed-1.8",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包1.8旗舰模型,256K上下文,支持深度思考和多模态",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 16000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -62,19 +58,17 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.6",
|
||||
"displayName": "豆包 Seed-1.6",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包1.6旗舰模型,256K上下文",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -85,19 +79,17 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.6-thinking",
|
||||
"displayName": "豆包 Seed-1.6 思考版",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包1.6深度思考模型,256K上下文",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 16000,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"reasoning",
|
||||
"math",
|
||||
@@ -107,19 +99,16 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.3,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.6-flash",
|
||||
"displayName": "豆包 Seed-1.6 Flash",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包1.6快速版,成本较前代下降63%",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 16000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
@@ -128,19 +117,17 @@
|
||||
],
|
||||
"inputPrice": 0.15,
|
||||
"outputPrice": 1.5,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.6-lite",
|
||||
"displayName": "豆包 Seed-1.6 Lite",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包1.6轻量版,极致性价比",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 4096,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
@@ -148,19 +135,17 @@
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 0.6,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-1.6-vision",
|
||||
"displayName": "豆包 Seed-1.6 视觉版",
|
||||
"serviceType": [
|
||||
"vision"
|
||||
],
|
||||
"serviceType": ["vision"],
|
||||
"description": "火山引擎豆包1.6视觉模型,256K上下文,支持视频理解",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"vision",
|
||||
@@ -170,16 +155,14 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-code",
|
||||
"displayName": "豆包 Seed-Code",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎豆包编程专用模型,256K上下文",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32768,
|
||||
@@ -191,19 +174,16 @@
|
||||
],
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"defaultTemperature": 0.3,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "deepseek-v3.2",
|
||||
"displayName": "DeepSeek V3.2 (火山引擎)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎托管的DeepSeek V3.2,128K上下文",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 32000,
|
||||
"maxOutputTokens": 8000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -219,12 +199,10 @@
|
||||
{
|
||||
"modelName": "deepseek-r1",
|
||||
"displayName": "DeepSeek R1 (火山引擎)",
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "火山引擎托管的DeepSeek R1推理模型,128K上下文",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 65536,
|
||||
"serviceType": ["reasoning"],
|
||||
"description": "火山引擎托管的DeepSeek R1推理模型,64K上下文",
|
||||
"contextWindow": 64000,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"reasoning",
|
||||
"math",
|
||||
@@ -234,18 +212,16 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "kimi-k2-volcengine",
|
||||
"displayName": "Kimi K2 (火山引擎)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎托管的Kimi K2,万亿参数MoE模型,128K上下文",
|
||||
"contextWindow": 256000,
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -257,19 +233,17 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 0.6,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4-7",
|
||||
"displayName": "GLM-4.7 (火山引擎)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"serviceType": ["chat"],
|
||||
"description": "火山引擎托管的智谱GLM-4.7,200K上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"maxOutputTokens": 200000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -280,16 +254,14 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-embedding",
|
||||
"displayName": "豆包 Embedding",
|
||||
"serviceType": [
|
||||
"embedding"
|
||||
],
|
||||
"serviceType": ["embedding"],
|
||||
"description": "火山引擎豆包标准向量模型,2560维度",
|
||||
"contextWindow": 4096,
|
||||
"capabilities": [
|
||||
@@ -299,24 +271,18 @@
|
||||
"chinese_optimized"
|
||||
],
|
||||
"inputPrice": 0.5,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "volc-mega-tts-clone",
|
||||
"displayName": "火山声音复刻",
|
||||
"serviceType": [
|
||||
"voice_clone"
|
||||
],
|
||||
"serviceType": ["voice_clone"],
|
||||
"description": "火山引擎声音复刻,支持极少样本",
|
||||
"capabilities": [
|
||||
"voice_clone",
|
||||
"chinese_optimized",
|
||||
"few_shot"
|
||||
],
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"maxCloneSamples": 3,
|
||||
"minCloneDuration": 5
|
||||
@@ -325,9 +291,7 @@
|
||||
{
|
||||
"modelName": "volc-realtime-voice",
|
||||
"displayName": "火山实时语音",
|
||||
"serviceType": [
|
||||
"realtime_voice"
|
||||
],
|
||||
"serviceType": ["realtime_voice"],
|
||||
"description": "火山引擎实时语音交互",
|
||||
"capabilities": [
|
||||
"realtime",
|
||||
@@ -335,8 +299,6 @@
|
||||
"low_latency",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"supportedModes": [
|
||||
"speech-to-speech"
|
||||
@@ -347,17 +309,13 @@
|
||||
{
|
||||
"modelName": "volc-simultaneous",
|
||||
"displayName": "火山同声传译",
|
||||
"serviceType": [
|
||||
"simultaneous_interpret"
|
||||
],
|
||||
"serviceType": ["simultaneous_interpret"],
|
||||
"description": "火山引擎同声传译,支持中英双向",
|
||||
"capabilities": [
|
||||
"simultaneous_interpretation",
|
||||
"chinese_optimized",
|
||||
"low_latency"
|
||||
],
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"streamingSupported": true
|
||||
}
|
||||
@@ -365,17 +323,13 @@
|
||||
{
|
||||
"modelName": "volc-translation",
|
||||
"displayName": "火山翻译",
|
||||
"serviceType": [
|
||||
"translation"
|
||||
],
|
||||
"serviceType": ["translation"],
|
||||
"description": "火山引擎机器翻译,支持多语种互译",
|
||||
"capabilities": [
|
||||
"translation",
|
||||
"multilingual",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user