mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 04:33:20 +08:00
chore: refresh vendor model presets
Refresh vendor model presets and bump config data version.
This commit is contained in:
@@ -15,6 +15,65 @@
|
||||
"embedding"
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "gemini-3.5-flash",
|
||||
"displayName": "Gemini 3.5 Flash",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Google Gemini 3.5 Flash 稳定版,高速多模态模型,1M 上下文",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"ultra_long_context",
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 1.5,
|
||||
"outputPrice": 9,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cachePricing": {
|
||||
"inputCacheRead": 0.75
|
||||
},
|
||||
"pricingNotes": "Standard paid tier text/image/video price; audio input uses a separate Google pricing row."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "gemini-3.1-flash-lite",
|
||||
"displayName": "Gemini 3.1 Flash-Lite",
|
||||
"serviceType": [
|
||||
"fast"
|
||||
],
|
||||
"description": "Google Gemini 3.1 Flash-Lite 稳定版,低成本高吞吐多模态模型,替代已关闭的 Preview 版本",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"ultra_long_context",
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.25,
|
||||
"outputPrice": 1.5,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"audioInputPrice": 0.5,
|
||||
"cachePricing": {
|
||||
"inputCacheRead": 0.125,
|
||||
"audioInputCacheRead": 0.25
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "gemini-3.1-pro-preview",
|
||||
"displayName": "Gemini 3.1 Pro Preview",
|
||||
@@ -32,8 +91,8 @@
|
||||
"ultra_long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 2.0,
|
||||
"outputPrice": 12.0,
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 12,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
@@ -64,7 +123,7 @@
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.5,
|
||||
"outputPrice": 3.0,
|
||||
"outputPrice": 3,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
@@ -72,38 +131,7 @@
|
||||
"cachePricing": {
|
||||
"inputCacheRead": 0.05,
|
||||
"audioInputCacheRead": 0.1,
|
||||
"storagePerMillionTokensPerHour": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "gemini-3.1-flash-lite-preview",
|
||||
"displayName": "Gemini 3.1 Flash-Lite Preview",
|
||||
"serviceType": [
|
||||
"fast"
|
||||
],
|
||||
"description": "Google Gemini 3.1 Flash-Lite Preview,低成本高吞吐多模态模型",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"ultra_long_context",
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.25,
|
||||
"outputPrice": 1.5,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"pricingNotes": "Standard paid tier text/image/video price; audio input is $0.50 per 1M tokens.",
|
||||
"cachePricing": {
|
||||
"inputCacheRead": 0.025,
|
||||
"audioInputCacheRead": 0.05,
|
||||
"storagePerMillionTokensPerHour": 1.0
|
||||
"storagePerMillionTokensPerHour": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -169,5 +197,8 @@
|
||||
"inputPrice": 0.1,
|
||||
"extra": {}
|
||||
}
|
||||
],
|
||||
"tombstones": [
|
||||
"gemini-3.1-flash-lite-preview"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user