---
title: "List Deployment Options Route"
method: GET
path: "/api/v1/deploy/options"
tags: ["deployments"]
---

# List Deployment Options Route

`GET /api/v1/deploy/options`

Return every deployable model's authored output-speed tiers and replica presets.

## Response `200`

Successful Response

- DeploymentOptionsResponse
  - `models` DeployableModelOptions[], required — Every deployable model's supported concurrency levels and output-speed tiers.
    - `base_model_id` 'Qwen/Qwen3.5-4B' | 'Qwen/Qwen3.5-397B-A17B' | 'Qwen/Qwen3.6-35B-A3B' | 'nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16' | 'nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16' | 'nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16' | 'openai/gpt-5-mini' | 'openai/gpt-5.4-mini' | 'openai/gpt-5.5' | 'anthropic/claude-sonnet-4.6' | 'google/gemini-3.1-pro-preview', required
    - `concurrency` ExpectedConcurrency[], required — Expected-concurrency levels this model can be deployed at.
    - `output_speed` DeploymentSpeedOption[], required — Output-speed tiers this model can be deployed at, with authored tok/s.
      - `name` 'normal' | 'turbo', required — Which GPU tier a deployment runs on: H100 (normal) or B200 (turbo).
      - `tokens_per_second` number, required — Authored single-request output tokens/sec.

---

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