Files
config-center/compute/providers/cohere.json
xieyuanxiang b0e0cead04 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>
2026-04-24 20:12:57 +08:00

102 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "provider-cohere-001",
"provider": "cohere",
"label": "Cohere",
"baseUrl": "https://api.cohere.ai/compatibility/v1",
"apiFormat": "openai-completions",
"apiKeyRef": "cohere",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat", "embedding", "rerank"],
"models": [
{
"modelName": "command-a-03-2025",
"displayName": "Command A",
"serviceType": ["chat"],
"description": "Cohere 旗舰对话模型256K 上下文,擅长 RAG 和工具调用",
"contextWindow": 256000,
"maxOutputTokens": 8000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"rag",
"long_context"
],
"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."
}
},
{
"modelName": "embed-v4.0",
"displayName": "Embed V4",
"serviceType": ["embedding"],
"description": "Cohere 最新 Embedding 模型128K 上下文,多语言支持",
"contextWindow": 128000,
"maxOutputTokens": 0,
"capabilities": [
"text_embedding",
"multilingual"
],
"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."
}
},
{
"modelName": "rerank-v3.5",
"displayName": "Rerank V3.5",
"serviceType": ["rerank"],
"description": "Cohere 语义重排序模型,用于检索结果精排,默认单文档截断 4096 token",
"contextWindow": 4096,
"maxOutputTokens": 0,
"capabilities": [
"rerank",
"semantic_reranking"
],
"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."
}
}
]
}