
claude-opus-4-8
Cheaper. More stable. One-stop API aggregation.
Claude Opus 4.8 is Anthropic's deep-reasoning Opus generation — strong at long-context coding, careful analysis, and complex instructions.
Call it with model id `claude-opus-4-8` on the LumeAPI chat endpoint.
Portal pricing is about 40% off official ($3.00 / $15.00 per 1M in/out).
Choose Opus when quality and nuance outweigh speed.
POST/v1/chat/completions
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/chat/completions \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-8",
"messages": [{"role":"user","content":"Hello"}]
}'