Skip to main content
GET
/
ai
List Available Models
curl --request GET \
  --url https://www.orgo.ai/api/ai \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Query Parameters

provider
enum<string>
required
Available options:
openrouter

Response

200 - application/json

List of models

data
object[]