Documentation
Pricing
Read published Raywake model credit rates through the pricing API, then request an exact-input quote before starting a generation.
GET/v1/pricing/{model}
The model's published rate in credits per billing unit. A rate is not a full price for every input — use a quote for the exact charge. GET /v1/pricing lists rates for the catalog. Requires models:read.
curl -s https://api.raywake.com/v1/pricing/nano-banana-pro \
-H "Authorization: Bearer $RAYWAKE_API_KEY"