← All models
Claude Opus 4.7 — text model on LumeAPI

Claude Opus 4.7

claude-opus-4-7

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official$5.00 / $25.00
LumeAPI$3.00 / $15.00
per 1M tokens (in/out)

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampleclaude-opus-4-7
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"}]
  }'