
claude-opus-4-7
Cheaper. More stable. One-stop API aggregation.
Claude Opus 4.7 remains available for continuity with existing prompts and evals that were tuned on 4.7.
It shares the same OpenAI-compatible chat interface on LumeAPI.
Pricing matches Opus 4.8 portal rates.
Migrate to 4.8 when you want the newer Opus generation; keep 4.7 when you need bit-stable behavior.
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-7",
"messages": [{"role":"user","content":"Hello"}]
}'