Skip to main content

Models

List available models on the edge infrastructure.
Edge endpoints accept your pg_* API key as a bearer token. See Authentication for details. The cURL examples below pin Toronto (yto-01) for concreteness — substitute another region or discover the fastest one via GET https://autorouter.polargrid.ai/v1/route. See API Overview for both patterns.

List Models

GET /v1/models
List all available models.

Example Request

# Edge endpoints accept your pg_* API key as a bearer token — see Authentication
curl https://api.yto-01.edge.polargrid.ai/v1/models \
  -H "Authorization: Bearer pg_your_api_key"

Response

{
  "object": "list",
  "data": [
    {
      "id": "qwen-3.5-27b",
      "object": "model",
      "created": 1234567890,
      "owned_by": "qwen",
      "permission": [],
      "root": "qwen-3.5-27b",
      "parent": null
    },
    {
      "id": "qwen-3.5-27b",
      "object": "model",
      "created": 1234567890,
      "owned_by": "qwen",
      "permission": [],
      "root": "qwen-3.5-27b",
      "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
    },
    {
      "id": "cohere-transcribe-03-2026",
      "object": "model",
      "created": 1234567890,
      "owned_by": "cohere",
      "permission": [],
      "root": "cohere-transcribe-03-2026",
      "parent": null
    },
    {
      "id": "tada-3b-ml",
      "object": "model",
      "created": 1234567890,
      "owned_by": "hume",
      "permission": [],
      "root": "tada-3b-ml",
      "parent": null
    }
  ]
}

Available Model Types

Text Generation

ModelSizeUse Case
qwen-3.5-27b27BHigh quality, complex reasoning, tools, JSON mode

Speech-to-Text

ModelDescription
whisper-large-v3-turboFast, accurate
cohere-transcribe-03-2026Cohere multilingual transcription

Text-to-Speech

ModelDescription
kokoro-82mLightweight, fast
tada-3b-mlHume expressive TTS