Models

Retrieve all available models

get

This endpoint retrieves information about all available models.

Responses
200
A list of available models
application/json
get
GET /api/v1/serverless/models HTTP/1.1
Host: cortecs.ai
Accept: */*
{
  "models": [
    {
      "model": "mistral-small-2503",
      "providers": {
        "ANY_ADDITIONAL_PROPERTY": {
          "input_cost_per_1m_tokens": 1,
          "output_cost_per_1m_tokens": 1,
          "context_size": 1,
          "max_output_tokens": 1
        }
      },
      "created_at": "2025-03-20T14:58:50.000Z",
      "screen_name": "Mistral Small 2503",
      "size": 24000000000,
      "creator": {
        "name": "Mistral AI",
        "url": "https://mistral.ai"
      },
      "tags": [
        "Instruct",
        "Image"
      ],
      "short_description": "Combines advanced text and vision capabilities with 24 billion parameters...",
      "description": "Mistral Small 2503 is a cutting-edge AI model developed by Mistral AI..."
    }
  ]
}

💡 Model Support & Expansion:

Sky Inference actively supports a wide and growing catalog of over 65 models from top European providers, including different sizes, architectures, and specialties.

We aim to support every potentially useful model to give you maximum flexibility and choice.

💬 Looking for a specific model or provider?

Join our Discord and let us know!

🤝 Are you a European AI provider interested in partnering with us?

We’re always looking to integrate more high-quality, compliant providers into our platform. Contact us at [email protected] to explore collaboration opportunities.

Last updated