mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:10:57 +08:00
audit model field values against official docs
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
"modelName": "gemini-2.5-pro",
|
||||
"displayName": "Gemini 2.5 Pro",
|
||||
"serviceType": ["chat"],
|
||||
"description": "Google 最新旗舰模型,100万上下文,多模态",
|
||||
"contextWindow": 1000000,
|
||||
"description": "Google 最新旗舰模型,1,048,576 token 上下文,多模态",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -40,8 +40,8 @@
|
||||
"modelName": "gemini-2.5-flash",
|
||||
"displayName": "Gemini 2.5 Flash",
|
||||
"serviceType": ["chat"],
|
||||
"description": "Google 高性价比模型,100万上下文,速度快",
|
||||
"contextWindow": 1000000,
|
||||
"description": "Google 高性价比模型,1,048,576 token 上下文,速度快",
|
||||
"contextWindow": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -63,11 +63,14 @@
|
||||
"displayName": "Text Embedding 005",
|
||||
"serviceType": ["embedding"],
|
||||
"description": "Google 文本嵌入模型,768维度",
|
||||
"contextWindow": 2048,
|
||||
"maxOutputTokens": 0,
|
||||
"capabilities": [
|
||||
"text_embedding",
|
||||
"semantic_search"
|
||||
],
|
||||
"inputPrice": 0.10,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user