v1

latestOpenAPI 3.0.32026-07-132681171.6 KB

List available models

Get all available models. If authenticated with a Requesty API key, returns only approved models for your organization. Otherwise, returns all public models.

get/v1/models

Response

List of available models

object'list' required

The object type, always 'list'

Example response

{
  "data": [
    {
      "owned_by": "system"
    }
  ]
}