Skip to main content

Models

List available models on the edge infrastructure.

List Models

GET /v1/models
List all available models.

Example Request

curl https://api.ymq-01.edge.polargrid.ai:55111/v1/models \
  -H "Authorization: Bearer pg_your_api_key"

Response

{
  "object": "list",
  "data": [
    {
      "id": "llama-3.1-8b",
      "object": "model",
      "created": 1234567890,
      "owned_by": "meta",
      "permission": [],
      "root": "llama-3.1-8b",
      "parent": null
    },
    {
      "id": "llama-3.1-70b",
      "object": "model",
      "created": 1234567890,
      "owned_by": "meta",
      "permission": [],
      "root": "llama-3.1-70b",
      "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
gpt2124MTesting, lightweight
llama-3.1-8b8BGeneral purpose
llama-3.1-70b70BHigh quality

Speech-to-Text

ModelDescription
whisper-1OpenAI Whisper compatible
whisper-large-v3-turboFast, accurate
stt-1b-en_frEnglish/French

Text-to-Speech

ModelDescription
tts-1Standard quality
tts-1-hdHigh definition
kokoro-82mLightweight, fast