No price defined for prodia/flux-fast-schnell

This model has no price at all

curl -s https://ai-gateway.vercel.sh/v1/models 
| jq '.data[ ] | select(.id == "prodia/flux-fast-schnell")'

Many image models don’t have a price:

{
  "id": "bfl/flux-2-flex",
  "name": "FLUX.2 [flex]",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}
{
  "id": "bfl/flux-2-klein-4b",
  "name": "FLUX.2 [klein] 4B",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}
{
  "id": "bfl/flux-2-klein-9b",
  "name": "FLUX.2 [klein] 9B",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}
{
  "id": "bfl/flux-2-max",
  "name": "FLUX.2 [max]",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}
{
  "id": "bfl/flux-2-pro",
  "name": "FLUX.2 [pro]",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}
{
  "id": "bfl/flux-kontext-max",
  "name": "FLUX.1 Kontext Max",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {
    "image": "0.08"
  }
}
{
  "id": "bfl/flux-kontext-pro",
  "name": "FLUX.1 Kontext Pro",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {
    "image": "0.04"
  }
}
{
  "id": "bfl/flux-pro-1.0-fill",
  "name": "FLUX.1 Fill [pro]",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {
    "image": "0.05"
  }
}
{
  "id": "bfl/flux-pro-1.1",
  "name": "FLUX1.1 [pro]",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {
    "image": "0.04"
  }
}
{
  "id": "bfl/flux-pro-1.1-ultra",
  "name": "FLUX1.1 [pro] Ultra",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {
    "image": "0.06"
  }
}
{
  "id": "prodia/flux-fast-schnell",
  "name": "Flux Schnell",
  "type": "image",
  "tags": [
    "image-generation"
  ],
  "pricing": {}
}