Skip to main content
GET
/
api
/
ai
/
models
List models
curl --request GET \
  --url https://hub.oxen.ai/api/ai/models
{
  "data": [
    {
      "created": 123,
      "id": "<string>",
      "object": "model",
      "owned_by": "<string>",
      "capabilities": {
        "input": [
          "<string>"
        ],
        "output": [
          "<string>"
        ]
      },
      "deployments": [
        {
          "status": "active"
        }
      ],
      "description": "<string>",
      "developer": {
        "logo": "<string>",
        "name": "<string>"
      },
      "display_name": "<string>",
      "endpoint": "/chat/completions",
      "fine_tuning": {
        "actions": [
          "<string>"
        ],
        "cost_per_second": 123
      },
      "image_url": "<string>",
      "model_type": "base",
      "pricing": {
        "cost_per_image": 123,
        "cost_per_second": 123,
        "cost_per_second_high_res": 123,
        "cost_per_second_with_audio": 123,
        "input_cost_per_token": 123,
        "method": "token",
        "output_cost_per_token": 123
      },
      "released_at": "<string>",
      "request_schema": {},
      "source_model": "<string>",
      "summary": "<string>"
    }
  ],
  "object": "list"
}

Query Parameters

provider_name
string
developer_name
string
action
string

Response

200 - application/json

Model list

OpenAI-compatible response for listing models.

data
Model · object[]
required
object
enum<string>
required
Available options:
list