Skip to main content
GET
/
v1
/
models
List available models
curl --request GET \
  --url https://api.rimp.io/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "slug": "<string>",
      "provider": "<string>",
      "display_name": "<string>",
      "capabilities": [
        "<string>"
      ],
      "pricing": {
        "unit_cost_usd": 123
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rimp.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

modality
enum<string>
Available options:
image,
video,
voice,
music,
avatar,
chat,
3d,
upscale

Response

200 - application/json

List of models

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