Revert "Merge pull request #1 from desirecore/model-field-official-audit"

This reverts commit 88a8cf2db6, reversing
changes made to ca99ea272f.
This commit is contained in:
2026-04-25 19:34:29 +08:00
parent 88a8cf2db6
commit 371336cdd6
114 changed files with 527 additions and 6091 deletions

View File

@@ -15,9 +15,9 @@
"modelName": "command-a-03-2025",
"displayName": "Command A",
"serviceType": ["chat"],
"description": "Cohere 旗舰对话模型256K 上下文,擅长 RAG 和工具调用",
"contextWindow": 256000,
"maxOutputTokens": 8000,
"description": "Cohere 旗舰对话模型262K 上下文,擅长 RAG 和工具调用",
"contextWindow": 262144,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -29,40 +29,16 @@
],
"inputPrice": 2.50,
"outputPrice": 10.00,
"defaultTemperature": 0.3,
"defaultTopP": 0.75,
"extra": {
"pricingNotes": "Prices are per 1M tokens."
}
},
{
"modelName": "command-r7b-12-2024",
"displayName": "Command R7B",
"serviceType": ["fast"],
"description": "Cohere 小型高速对话模型,适合高吞吐、低延迟场景",
"contextWindow": 128000,
"maxOutputTokens": 4000,
"capabilities": [
"chat",
"reasoning",
"tool_use",
"rag",
"fast"
],
"inputPrice": 0.0375,
"outputPrice": 0.15,
"defaultTemperature": 0.3,
"defaultTopP": 0.75,
"extra": {
"pricingNotes": "Prices are per 1M tokens."
}
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
"modelName": "embed-v4.0",
"displayName": "Embed V4",
"serviceType": ["embedding"],
"description": "Cohere 最新 Embedding 模型128K 上下文,多语言支持",
"contextWindow": 128000,
"description": "Cohere 最新 Embedding 模型131K 上下文,多语言支持",
"contextWindow": 131072,
"maxOutputTokens": 0,
"capabilities": [
"text_embedding",
@@ -70,20 +46,14 @@
],
"inputPrice": 0.12,
"outputPrice": 0,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"dimensions": [256, 512, 1024, 1536],
"defaultDimension": 1536,
"pricingNotes": "Embedding models are priced by embedded tokens; price is per 1M tokens."
}
"extra": {}
},
{
"modelName": "rerank-v3.5",
"displayName": "Rerank V3.5",
"serviceType": ["rerank"],
"description": "Cohere 语义重排序模型,用于检索结果精排,默认单文档截断 4096 token",
"contextWindow": 4096,
"description": "Cohere 语义重排序模型,用于检索结果精排",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [
"rerank",
@@ -91,11 +61,7 @@
],
"inputPrice": 2.00,
"outputPrice": 0,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"pricingNotes": "Cohere Rerank is priced by search units, not input/output tokens; one search unit is one query with up to 100 documents. The token price fields are retained for schema compatibility."
}
"extra": {}
}
]
}