NexKit AI · Models

Every id NexKit can route to

One catalogue across both providers. Name any id below in the model field and NexKit sends the request to the provider that owns it — using the credential you attached for that provider.

6ids that resolve2providers2retired, listed anyway
01The catalogue6 live

What resolves today.

Capabilities are what the gateway's dispatch supports for that row — the OpenAI-compatible baseline both providers document for this endpoint. They are not a claim about how well a model does any of them.

Model idProviderCapabilitiesNotes
deepseek-v4-flashDeepSeekstreamingtoolsjson_modeThe DeepSeek default in every config block on this site.
deepseek-v4-proDeepSeekstreamingtoolsjson_mode
qwen3.8-maxQwenstreamingtoolsjson_modeThe flagship, and the Qwen default in every config block on this site.
qwen3.7-plusQwenstreamingtoolsjson_mode
qwen3.7-flashQwenstreamingtoolsjson_mode
qwen3-coder-nextQwenstreamingtoolsjson_modeThe coding-specialised line. Alibaba now points most work at the general-purpose models.

No context or output limits are published here. Context and output limits are not listed here because NexKit has not measured them. The gateway carries them as unknown rather than as a guess, and each provider publishes its own.

No prices, and no benchmark. You pay your provider directly at their published rates, so their price list is the accurate one; and NexKit has measured no model’s speed or answer quality, so there is nothing here to rank them by.

02Retired2 ids

Ids that no longer work, listed on purpose.

These are the two a person arriving from an older tutorial will try first. The gateway keeps them as retired rows: they never appear in a model list and never resolve, so naming one answers 404 with what is available instead of failing silently.

Model idProviderStatusWhat happened
deepseek-chatDeepSeekRetiredDisabled by DeepSeek on 2026-07-24. Never lists, never resolves.
deepseek-reasonerDeepSeekRetiredDisabled by DeepSeek on 2026-07-24. Never lists, never resolves.
03Your own list

Ask your key what it can reach.

This catalogue is the whole gateway. What YOUR key can reach is the subset owned by the providers you have attached — which is what this returns.

curl
curl https://api.nexkit.uk/v1/models -H "Authorization: Bearer nk_live_YOUR_KEY"

An empty list is a correct answer. With no provider credential attached, this returns 200 and no models — because a NexKit key on its own reaches nothing. Listing a model that then failed to run would be the worse answer, so the gateway does not.

04Choosing

Which id goes in the config block.

Every config block on this site uses the default below for its provider. Any other id in the table works the same way — nothing else in the configuration changes.

DeepSeek

Default: deepseek-v4-flash

2 ids in this catalogue. Connect DeepSeek

Alibaba Model Studio (Qwen)

Default: qwen3.8-max

4 ids in this catalogue. Connect Qwen

Pick an id and point your agent at it.

One key, one base URL, and the model id is the only thing that changes between providers.