Skip to main content
GET
/
api
/
ai
/
models
/
featured
List featured models
curl --request GET \
  --url https://dev.hub.oxen.ai/api/ai/models/featured
{
  "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": {},
      "showcase": {
        "gallery": [
          {
            "alt": "<string>",
            "src": "<string>",
            "category": "<string>",
            "details": "<string>",
            "prompt": "<string>",
            "title": "<string>"
          }
        ],
        "hero_image": "<string>",
        "tagline": "<string>"
      },
      "source_model": "<string>",
      "summary": "<string>"
    }
  ],
  "object": "list"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Featured models

OpenAI-compatible response for listing models.

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