claude-opus-4-8

official · anthropichealthy · 388ms p50
official $25.00$12.50 /M out
Playground
API
Pricing & limits
Health history
Compare
claude-opus-4-8 ▾
try flatkey-auto
stream ✓
⇄ side-by-side
Write a haiku about API gateways.
One key, many minds —
requests fan out through the dark,
tokens flow like rain.
↳ 388ms first token41 tokenscost $0.00037✓ served by official Anthropic API
2 of 3 free runs left · Continue with Google for $2 free credit — keeps your history
Python
JavaScript
cURL
Cline
Cursor
Chatbox
# pip install openai — nothing flatkey-specific
from openai import OpenAI

client = OpenAI(
  base_url="https://api.flatkey.ai/v1",
  api_key="fk-live-…"# your key auto-fills here after sign-in
)

r = client.chat.completions.create(
  model="claude-opus-4-8",
  messages=[{"role":"user","content":"Hello"}],
)
Copy with my keyAdd to Cline in 1 click
flatkey