AGPL-3.0-or-later · forever.

the provider catalog

DeepSeek

Strong models at aggressive prices, with an open-weight track record. The audit’s cost ceiling stays almost invisible. One provider/model line moves a workflow here or away again: the same file runs on every provider the catalog names, and swapping is a one-word diff. Machines read the catalog; the binary answers nika catalog.

  • 1pinned modelaliases pin exact upstream ids
  • cloudfamilybring your own key; it rides an env var and stays yours
  • DEEPSEEK_API_KEYthe key rides herean env var, never a config file
  • openai-chatwire dialectthe adapter speaks it

the wire

cloud · bring your own key; it rides an env var and stays yours

A workflow names this provider in the model line (model: deepseek/deepseek-chat), and the engine speaks openai-chat on the wire. The key rides DEEPSEEK_API_KEY in the environment, never a config file, never the workflow. The provider id also answers to deep-seek.

default
deepseek-chat
dialect
openai-chat
tags
budget · chinese · code · function-calling · open-source · reasoning · streaming · structured-output

the models

1 pin

Aliases are what the file may write; the engine pins each one to an exact upstream id, so a run stays reproducible after a vendor rotates names.

  • chatdeepseek-chatctx 64k · json:object$0.14/M in · $0.28/M out

prices are the ENGINE's, not ours: the audit's pricing snapshot (models.dev · pinned 2026-07-07): the same table nika check prices your ceiling with.

in the released catalog

1 room

The wire models this provider serves in the released binary's catalog · each one is a room with its seats, exact prices and measured energy.

the whole register: /catalog/models · what the released binary knows, vendored at the engine pin.

in a real file

a complete workflow · shown whole
deepseek.nika.yaml
nika: v1workflow:  id: bounded-answer  description: "a tight token budget makes the audit price a hard ceiling, not a guess"tasks:  answer:    infer:      model: deepseek/deepseek-chat      max_tokens: 80      prompt: |        In one sentence: why should a workflow engine refuse        to run a file it cannot price?outputs:  answer: ${{ tasks.answer.output }}

check-green against the released engine · 1 task · 1 wave · worst-case ceiling $0.0000 · the drift gate re-proves this copy on every test run · open it in the playground →

get set up

keys at platform.deepseek.com
  1. 1Create a key in the platform console.
  2. 2The key rides the environment, never the file export DEEPSEEK_API_KEY=…

Pick it for high-volume text work where the price per call decides. DeepSeek · Hangzhou, China. Then prove the seat: nika doctor names every provider this binary can reach.

swap it

10 more cloud seats

Moving off DeepSeek is editing one line. The rest of the file (tasks, permits, outputs, the trace) does not change. The register orders the catalog local first; beyond it the engine embeds 21 more OpenAI-compatible endpoints.

Try it in the playground, or install and go local first. Read the spec →