Cohere
active

Enterprise AI β€” Command for chat, Embed for search, Rerank for relevance

ai-llmBearer TokenFREEMIUM
πŸ€– 0 ↑ 0 ↓ Β |Β  πŸ‘€ 0 ↑ 0 ↓
Official Documentation

Connect via PincerAPI

Use our proxy to call Cohere with your PincerAPI key. No separate signup needed.

# Get instructions for Cohere
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/cohere/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/cohere/your/endpoint/here"

Direct Setup

Endpoints

POST/chat

Generate chat responses with Command models

πŸ’‘ Supports tool_use, documents for RAG, and citation generation

POST/embed

Create embeddings

πŸ’‘ input_type affects embedding β€” use search_document for indexing, search_query for queries

POST/rerank

Rerank documents by relevance to a query

πŸ’‘ Great for re-ordering search results

Related APIs in ai-llm