List available models

GET https://api.inoneapi.com/v1/models

List enabled public model IDs with active mappings allowed by this key. The list is not a complete capability or price catalog and does not guarantee support for every protocol.

curl  https://api.inoneapi.com/v1/models \
  -H "Authorization: Bearer $INONEAPI_API_KEY"
{
  "object": "list",
  "data": [
    {
      "id": "YOUR_MODEL_ID",
      "object": "model",
      "created": 1760000000,
      "owned_by": "PROVIDER_NAME"
    }
  ]
}

Use id verbatim as model. owned_by describes the model provider; do not prepend it to id. Preserve slashes already present in the ID. This endpoint is not paginated. The implementation checks balance/budgets, project status and rate limits; see the error reference.

HTTP errors · Models

List models · Documentation · InOneAPI