Skip to main content
GET
/
v1
/
chat
/
models
Get Chat Models List
curl --request GET \
  --url https://api.weryai.com/v1/chat/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "model": "GEMINI_25_FLASH",
      "desc": "Gemini-2.5-Flash",
      "max_tokens": 32768,
      "input_price": 1,
      "output_price": 0.2
    },
    {
      "model": "GPT_4O",
      "desc": "GPT-4o",
      "max_tokens": 16384,
      "input_price": 2.8,
      "output_price": 0.6
    }
  ]
}

Authorizations

Authorization
string
header
required

Authenticate using Bearer token. Get your API Key from the WeryAI Console.

Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx

Response

Query successful

Chat model list response, returned directly without ApiResult wrapper

models
object[]

List of available chat models