Directory/ai-llm/OpenRouter
OpenRouter
active

Unified API for 200+ AI models β€” route to OpenAI, Anthropic, Google, Meta, and more

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

Connect via PincerAPI

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

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

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

Direct Setup

Endpoints

POST/chat/completions

Chat completion routed to any model

πŸ’‘ Model format: provider/model-name. Supports transforms for prompt caching.

GET/models

List all available models with pricing

GET/auth/key

Get info about the current API key (credits, usage)

Related APIs in ai-llm