Skip to main content
GET
/
models
List available models
curl --request GET \
  --url https://api.runcrate.ai/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created": 123,
      "owned_by": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Runcrate API key with the rc_live_* prefix as the bearer token. Create one at https://www.runcrate.ai/dashboard/api-keys.

Response

200 - application/json

Model list.

object
enum<string>
Available options:
list
data
object[]