One key for every LLM — Claude & Gemini. Quick start and full reference.
cinAPI gives you one API key for every LLM — Claude (Opus / Sonnet / Haiku) and Gemini — behind a single REST endpoint. You're billed in credits at a fixed price per model. No token math.
Create a call
/api/v1/calls. You get back a call.id and status: queued instantly.Wait for it to finish
GET /api/v1/calls/{id} or subscribe to /stream (SSE) until status: succeeded.Read the result
output.text (the answer) plus token usage and the credits charged.https://api.cinapi.dev/api/v1
Credits & pricing