Skip to main content

Models

List available models on the edge infrastructure.

List Models

GET /v1/models
List all available models.

Example Request

# Edge endpoints require a JWT — see Authentication
curl https://api.yto-01.edge.polargrid.ai/v1/models \
  -H "Authorization: Bearer $TOKEN"

Response

{
  "object": "list",
  "data": [
    {
      "id": "Meta-Llama-3.1-8B-Instruct",
      "object": "model",
      "created": 1234567890,
      "owned_by": "meta",
      "permission": [],
      "root": "Meta-Llama-3.1-8B-Instruct",
      "parent": null
    },
    {
      "id": "kokoro-82m",
      "object": "model",
      "created": 1234567890,
      "owned_by": "kokoro",
      "permission": [],
      "root": "kokoro-82m",
      "parent": null
    },
    {
      "id": "whisper-large-v3-turbo",
      "object": "model",
      "created": 1234567890,
      "owned_by": "openai",
      "permission": [],
      "root": "whisper-large-v3-turbo",
      "parent": null
    }
  ]
}

Available Model Types

Text Generation

ModelSizeUse Case
Meta-Llama-3.1-8B-Instruct8BGeneral purpose

Speech-to-Text

ModelDescription
whisper-large-v3-turboFast, accurate

Text-to-Speech

ModelDescription
kokoro-82mLightweight, fast