v1

latestOpenAPI 3.1.0Proprietary2026-07-2631521.2 KB
Models

List models

List all available AI models with their capabilities and pricing

get/models

Response

Successful response

object'list'

Example response

{
  "data": [
    {
      "id": "gpt-4",
      "owned_by": "openai",
      "display_name": "GPT-4",
      "pricing": {
        "currency": "USD"
      }
    }
  ]
}