Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.budgetpixel.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "credits_per_generation": 10, "name": "flux-2-klein", "credits_per_unit": 60 } ] }
Returns the models available via the API, with pricing.
API key as a bearer token: Authorization: Bearer bpx_live_xxx
Filter by model type.
image
video
The list of available models.
Show child attributes