ToolKiti
Home/大语言模型/Cohere API

Cohere API

Cohere 接口

Access Command-R, Embed, and Rerank models for enterprise NLP and search.

调用 Command-R、Embed 和 Rerank 模型,用于企业 NLP 和搜索。

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

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

Compare Cohere API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
OpenAI APIpay-as-you-go (per token)API Key (Bearer Token)
100
Anthropic Claude APIpay-as-you-go (per token)API Key (x-api-key header)
87
Google Gemini APIfree tier available, pay-as-you-goAPI Key
85
OpenAI Assistants APIpay-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