Skip to main content
GET
/
v1
/
models
List models
curl --request GET \
  --url https://grid.x402compute.cc/v1/models
{
  "object": "list",
  "data": [
    {
      "id": "llama-3.2-3b",
      "object": "model",
      "owned_by": "singularity-grid"
    }
  ]
}

Headers

X-API-Key
string

Compute/Grid API key (billed to prepaid credits). Omit to pay per request via x402 X-Payment.

Example:

"x402c_..."

Response

200 - application/json

Models served right now

object
string
Example:

"list"

data
object[]