Skip to main content
GET
/
v1
/
models
List routable models
curl --request GET \
  --url https://api.routify.ru/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "owned_by": "<string>"
    }
  ]
}
rub_input_per_1m = 158000 means 158 ₽ per 1M tokens (divide by 1000 to get rubles).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Authorization: Bearer $ROUTIFY_API_KEY.

Response

Available models

object
string
required
Allowed value: "list"
data
object[]
required