Cohere API
Cohere 接口
Access Command-R, Embed, and Rerank models for enterprise NLP and search.
调用 Command-R、Embed 和 Rerank 模型,用于企业 NLP 和搜索。
Website
Documentation
Pricing
free tier available, pay-as-you-go
Authentication
- API Key (Bearer Token)
Popularity
65/100
Endpoints
https://api.cohere.com/v1/chat
https://api.cohere.com/v1/embed
https://api.cohere.com/v1/rerank
SDKs
PythonTypeScriptGoJavacurl
Key Features
- ◆Command-R for business RAG
- ◆Embed v3 for multilingual embeddings
- ◆Rerank for search relevance
- ◆Tool use & multi-step reasoning
- ◆Enterprise security & compliance
Code Examples
Chat with RAGbash
curl https://api.cohere.com/v1/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $COHERE_API_KEY" \
-d '{
"model": "command-r-plus",
"message": "Hello!"
}'Tags
llmembeddingsearchrerank
Last updated: 2026-07-27
Similar APIs
OpenAI API
★100Access GPT-4o, GPT-4, GPT-3.5, embeddings, DALL-E, Whisper, and TTS models via REST API.
Tavily Search API
★95AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.
LangChain Platform
★91Framework and platform for building LLM applications. LangSmith for observability, LangServe for deployment.
Serper API
★90Fast Google Search API with rich SERP data including knowledge graph, shopping, and organic results.
Something wrong or missing? Open an issue on GitHub →
Pricing Comparison
| API | Pricing | Auth | Popularity |
|---|---|---|---|
| OpenAI API | pay-as-you-go (per token) | API Key (Bearer Token) | 100 |
| Anthropic Claude API | pay-as-you-go (per token) | API Key (x-api-key header) | 87 |
| Google Gemini API | free tier available, pay-as-you-go | API Key | 85 |
| OpenAI Assistants API | pay-as-you-go (per token + per tool use) | API Key (Bearer Token) | 84 |
Get Started with Cohere API
Click below to visit the official website and start using this API.
Visit Cohere API →Discussion
Questions, feedback, or suggestions? Start a discussion.
Discuss on GitHub