@kortix/llm-catalog
v0.13.29
Published
The Kortix LLM model catalog — the models the Kortix gateway supports and the managed-model set and defaults. Generated from models.dev; consumed across the Kortix platform and by the @kortix/sdk.
Readme
@kortix/llm-catalog
This package supplies the bundled provider catalog and the Kortix managed model lineup. The API owns runtime routing and the live served catalog.
Managed models
The managed lineup uses OpenRouter routes pinned to named zero-data-retention endpoints. The model picker groups every managed model under Kortix. Requests use Kortix credits. Project BYOK providers remain separate.
| Picker name | Gateway model ID | Input | USD per 1M input / cached input / output tokens |
| --- | --- | --- | --- |
| DeepSeek V4.1 Flash (default) | deepseek-v4.1-flash | Text, image | $0.20 / $0.006 / $0.60 |
| GLM-5.3-Flash | glm-5.3-flash | Text, image | $0.15 / $0.05 / $0.50 |
| Kimi K3 2.8T | kimi-k3 | Text, image | $2.50 / $0.25 / $10.95 |
The prices match the pinned OpenRouter endpoints on 2026-09-18. All rates exclude Kortix credit markup.
The OpenCode reference is kortix/<gateway model ID>. The bundled sandbox fallback uses the same IDs and capabilities. All entries require OPENROUTER_API_KEY.
DeepSeek V4.1 Flash uses deepinfra/fp8; Kimi K3 uses wafer; GLM-5.3-Flash uses coreweave/nvfp4. Every route sets zdr: true, data_collection: deny, and allow_fallbacks: false. All three exact model/endpoint pairs appeared in OpenRouter's ZDR endpoint feed on 2026-09-18. Kimi K3 returned HTTP 200 for text and image requests on the pinned Wafer route. On 2026-09-18, pinned GLM requests returned HTTP 429 rate_limit_exceeded from CoreWeave's shared pool. DeepSeek V4.1 Flash remains the default until a pinned GLM text and image request succeeds with the deployment key.
The public Morph feed lists a different GLM-5.3-Flash endpoint (morph-glm53flash) at $0.10 / $0.02 / $0.35. On 2026-09-17, the supplied Morph key received HTTP 400 invalid_request_error for that ID. MiniMax M3 and Qwen 3.8 27B are absent from that feed and returned HTTP 400. GLM-5.3 744B accepts only text input and is excluded.
DeepSeek V4 Flash 0731 and DeepSeek V4 Pro 0813 remain excluded. DeepSeek reports that V4.1 Flash supersedes V4 Pro for performance, cost, speed, and task completion.
GLM-5.3-FlashX remains excluded. On 2026-09-21, OpenRouter listed one z-ai/fp8 endpoint. The endpoint was ZDR and multimodal, but its provider region was Singapore. Pinned text and image requests also returned HTTP 429. This route does not meet the US inference residency requirement.
Qwen3.8 Max 0902 remains excluded. On 2026-09-21, OpenRouter listed one alibaba endpoint at $2.00 / $0.25 / $6.00 per million input / cached input / output tokens. The endpoint supports text, image, and video with a 1,000,000-token context window. It was absent from the account's ZDR endpoint feed, and pinned text and image requests returned HTTP 404 because no endpoint matched the ZDR policy. OpenRouter reported Alibaba datacenters only in Singapore and China. This route meets neither the ZDR nor US inference residency requirement.
Catalog
CATALOG is the bundled models.dev snapshot. MANAGED_MODELS contains the managed lineup. PLATFORM_DEFAULT_MODEL_ID is deepseek-v4.1-flash. The runtime catalog refreshes from the configured models.dev URL.
License
Elastic-2.0.
