For the complete documentation index, see llms.txt. This page is also available as Markdown.

Credit

A credit is the unit of metering. Every metered response reports what it cost and what remains.

Text
X-Credits-Cost: 5 X-Credits-Remaining: 1195

What things cost

Operationstandardhigh_qualitydeep_review
Search51560
Chat message2620
Topic search412
Extraction, per source25
Document ingest1 per 10 pages, min 1
Paraphrase1 per 500 words
Detection1 per 1,000 words
Citation format0

What is free

Every GET: retrieving a resource you already paid for, listing, jobs, usage, citation styles, and exports. Reads being free is deliberate — poll and paginate without watching the meter.

Depth dominates cost

A deep_review search costs 12× a standard one. Escalate on demand, not by default. See depth and cost-control.

Running out

A call that cannot be paid for returns 402 insufficient_credits. Nothing is partially charged, and no resource is created. Per-key caps fail the same way while leaving other keys working (api-keys).

pricing-and-credits · usage · cost-control · depth

Last updated