Directory/ai-llm/Anthropic
Anthropic
active

Claude AI models β€” Claude 3.5 Sonnet, Claude 3 Opus/Haiku for chat and analysis

ai-llmAPI Key$0.0000/call
πŸ€– 0 ↑ 0 ↓ Β |Β  πŸ‘€ 0 ↑ 0 ↓
Official Documentation

Connect via PincerAPI

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

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

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

Direct Setup

Endpoints

POST/messages

Create a message with Claude

πŸ’‘ Requires both x-api-key and anthropic-version headers. Supports tool_use for function calling.

POST/messages/count_tokens

Count tokens for a message request

Related APIs in ai-llm