---
title: "GET /api/v1/llm-providers/options"
method: GET
path: "/api/v1/llm-providers/options"
tags: ["LLM Providers"]
---

# GET /api/v1/llm-providers/options

`GET /api/v1/llm-providers/options`

Retrieves multiple LLM provider options.

## Headers

- `authorization` string, required — The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

## Response `200`

Retrieves all available LLM models.

- object[]
  - `aiLab` string, required
  - `artificialAnalysisReference` string, required
  - `cost` integer, required
  - `indicators` object, required
    - `bestCostBenefit` boolean, required
    - `bestOverall` boolean, required
    - `defaultChoice` boolean, required
    - `deprecated` boolean, required
    - `fast` boolean, required
    - `greatForTooling` boolean, required
    - `score` integer, required
    - `smart` boolean, required
  - `label` string, required
  - `name` 'claude-haiku-4-5' | 'claude-opus-4-8' | 'claude-opus-4-6' | 'claude-opus-4-5' | 'claude-sonnet-4-6' | 'claude-sonnet-4-5' | 'gpt-5.2' | 'gpt-5.5' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'gemini-2.5-flash' | 'gemini-2.5-pro' | 'gemini-3.5-flash' | 'gemini-3-flash' | 'gemini-3-pro' | 'gemini-3.1-pro' | 'kimi-k2.5' | 'kimi-k2.6' | 'grok-4.3' | 'grok-4.5', required
  - `provider` 'openai' | 'anthropic' | 'google-ai' | 'openrouter' | 'xai', required

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.dev/zaia/apis/public-api.md) · [All operations](https://skmtc.dev/zaia/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaia/public-api/revisions/58da3b2ba49f/schema)
