Access the world's best AI models through a single OpenAI-compatible API. One key, one endpoint, every model.
Anthropic's current flagship. Best-in-class reasoning, analysis, and code generation, with a dedicated extended-thinking variant. Use it for research, hard multi-step engineering work, and anything where answer quality outranks cost.
The current mid-tier Claude: near-Opus intelligence at meaningfully lower cost. The default pick for production workloads โ fast enough for interactive apps, strong enough for agentic coding. Also available as an extended-thinking variant.
Previous-generation Opus releases, kept available for reproducibility and for pinned production deployments. If you are starting fresh, use claude-opus-5 instead.
Previous-generation Sonnet releases. Still fully supported for existing integrations that pin a specific version.
Ultra-fast and lightweight. Perfect for high-volume, low-latency tasks: classification, extraction, simple Q&A, and content moderation. Responses typically arrive in under a second.
Enable extended thinking on any Claude model for complex reasoning tasks. The model "thinks out loud" before responding, producing more accurate results for math, logic, coding, and multi-step analysis.
OpenAI's current GPT-5.6 line, available in three tiers. sol is the high-capability tier for hard reasoning, terra sits in the middle, and luna is the cost-optimised tier for high-volume work. Native function calling and JSON mode on all three.
Previous-generation GPT-5 releases, kept available for pinned deployments and A/B comparisons against 5.6.
OpenAI's image generation model, billed per image. Call it via the /v1/images/generations endpoint โ image models do not use the chat completions route.
KissAPI uses the standard OpenAI API format. If your code works with OpenAI, it works with KissAPI โ just change the base URL.
curl https://api.kissapi.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}'
Works with Cursor IDE, Claude Code, Cherry Studio, OpenAI Python SDK, and any OpenAI-compatible client.
KissAPI supports Claude Opus 5, Claude Sonnet 5, Claude Haiku 4.5, their extended-thinking variants, the GPT-5.6 series (sol, luna, terra), and gpt-image-2 for image generation, all through one OpenAI-compatible endpoint. Previous-generation versions such as Claude Opus 4.8 and GPT-5.5 stay available for pinned deployments. New models are added as they ship.
Claude models on KissAPI support up to a 200K-token context window. GPT-5 models follow OpenAI's published context limits.
Change the model name in your API request. Because KissAPI is OpenAI-compatible, switching from claude-sonnet-5 to gpt-5.6-sol or any other model is a one-line change โ the endpoint and API key stay the same.
Sign up free and get $1 in credits to try any model. No credit card required.
Get Started Free โ