Anthropic Claude Models

Claude Opus 5 Most Powerful

claude-opus-5 / claude-opus-5-thinking

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.

๐Ÿ“ 200K context โšก Streaming supported ๐Ÿง  Extended thinking variant

Claude Sonnet 5 New

claude-sonnet-5 / claude-sonnet-5-thinking

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.

๐Ÿ“ 200K context โšก Streaming supported ๐Ÿง  Extended thinking variant ๐Ÿ’ฐ Best value

Claude Opus 4.8 / 4.7 / 4.6

claude-opus-4-8 ยท claude-opus-4-7 ยท claude-opus-4-6 (+ -thinking)

Previous-generation Opus releases, kept available for reproducibility and for pinned production deployments. If you are starting fresh, use claude-opus-5 instead.

๐Ÿ“ 200K context ๐Ÿง  Extended thinking variants ๐Ÿ”’ Version-pinned

Claude Sonnet 4.6 / 4.5

claude-sonnet-4-6 ยท claude-sonnet-4-5-20250929 (+ -thinking)

Previous-generation Sonnet releases. Still fully supported for existing integrations that pin a specific version.

๐Ÿ“ 200K context ๐Ÿง  Extended thinking variants ๐Ÿ”’ Version-pinned

Claude Haiku 4.5

claude-haiku-4-5

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.

๐Ÿ“ 200K context โšก Fastest response ๐Ÿ’ฐ Lowest cost

Claude Extended Thinking

claude-opus-5-thinking / claude-sonnet-5-thinking

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.

๐Ÿง  Chain-of-thought reasoning ๐Ÿ“ 200K context ๐ŸŽฏ Higher accuracy on hard problems

OpenAI Models

GPT-5.6 Series Latest

gpt-5.6-sol ยท gpt-5.6-luna ยท gpt-5.6-terra

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.

โšก Streaming supported ๐Ÿ”ง Function calling ๐Ÿ“‹ JSON mode ๐Ÿ’ฐ luna = lowest cost

GPT-5.5 / 5.4

gpt-5.5 ยท gpt-5.4

Previous-generation GPT-5 releases, kept available for pinned deployments and A/B comparisons against 5.6.

โšก Streaming supported ๐Ÿ”ง Function calling ๐Ÿ”’ Version-pinned

Image Generation

GPT-Image-2

gpt-image-2

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.

๐ŸŽจ Text-to-image ๐Ÿ”— /v1/images/generations

How to Use

OpenAI-Compatible API Format

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.

Frequently Asked Questions

Which AI models does KissAPI support?

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.

What context window do KissAPI models support?

Claude models on KissAPI support up to a 200K-token context window. GPT-5 models follow OpenAI's published context limits.

How do I switch between models on KissAPI?

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.

Start Using These Models Today

Sign up free and get $1 in credits to try any model. No credit card required.

Get Started Free โ†’