Skip to main content
GET
/
models
List available models
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as a bearer token: Authorization: Bearer bpx_live_xxx

Query Parameters

type
enum<string>

Filter by model type.

Available options:
image,
video

Response

The list of available models.

data
object[]