mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 0.7
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
},
|
||||
{
|
||||
"modelName": "qwen3-max",
|
||||
@@ -63,7 +64,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 6,
|
||||
"defaultTemperature": 0.7
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
@@ -85,7 +85,7 @@
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_highspeed_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
@@ -111,7 +111,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
"video_understanding"
|
||||
],
|
||||
"source": "preset",
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"billing": "kimi_membership_quota",
|
||||
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
||||
@@ -79,7 +79,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 3.02,
|
||||
"defaultTemperature": 1
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"capabilities": ["chat", "code"],
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"capabilities": ["code", "reasoning", "chat"],
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -109,7 +109,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 2.6,
|
||||
"defaultTemperature": 0.95
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4.7",
|
||||
@@ -132,7 +133,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.2911,
|
||||
"outputPrice": 1.1645,
|
||||
"defaultTemperature": 0.95
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user