Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Each model has a price_label shown on its model page. The label tells you the unit:
  • $0.35/request - flat per call.
  • $0.14/second - per output second (video models).
  • $0.03/megapixel - per output megapixel (image models).
  • $0.075/image - per output image (multi-image models).
Prices come from the models catalog. The /models page is generated from that catalog and updates when the docs rebuild.

Credits

Runflow uses a credit balance. Every successful run debits credits at the model’s rate. Failed runs are not billed. Check your balance:
curl https://api.runflow.io/v1/billing/balance \
  -H "Authorization: Bearer $RUNFLOW_API_KEY"
Response:
{
  "balance_cents": 12450,
  "currency": "USD"
}
Top up at app.runflow.io/settings/billing.

Auto-refill

Configure a card to auto-charge when the balance drops below a threshold. Done from the dashboard.

When you run out

The next run returns 402 Payment Required with code: INSUFFICIENT_CREDIT. Existing in-flight runs finish.

Quotes

For volume pricing, an enterprise contract, or non-standard payment terms, talk to us.

Models

Browse prices per model.

Errors

402 and INSUFFICIENT_CREDIT.