npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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.