~/satyajit

Arcee's Open Models API: a model lab selling six models it did not build

mdjsonmcp

2026-08-14 · 5 min · inference · open-weights · pricing · agents · api

Arcee's Open Models API beta post is labelled a 1 min read, and that is accurate. It announces that the API now serves models beyond Arcee's own Trinity family, lists six of them, gives a price table, and offers $5 in credits.

Worth reading anyway, for one sentence and one table.

A model lab watching what you pick

The stated motivation is not the usual one:

It also helps us better understand why people choose a particular model for a particular task. When the API is used across our products, we can learn which models users prefer for a given task, and more importantly, why they chose them.

Those insights will help us consistently develop and deliver Trinity models that are exceptional, diverse, and widely adopted.

Arcee trains models. It is now serving DeepSeek's, Z.ai's, Moonshot's and Thinking Machines' — and saying plainly that a reason to do so is to learn where its own are not chosen.

That is an honest description of an inference business as a research instrument, and it is unusual to see written down. Most labs that add competitors' models to their API describe it as customer choice and stop there. The reasoning is sound: a lab with no serving surface only learns about its models from benchmarks and complaints, while a lab that routes real workloads sees substitution behaviour — which model people reach for when the task is long, which when it is cheap, which when it has to be right.

The launch catalog:

That last aside is doing some positioning work: four of the six are Chinese labs, and Arcee names the American one specifically.

The table is more interesting than the announcement

beta price list · USD per 1M tokens20M in · 2M out
deepseek-v4-flash-latest
$3.362.0×
trinity-large-thinking
$6.603.2×
inkling-small
$12.402.4×
glm-5.2
$36.803.1×
deepseek-v4-pro
$41.762.0×
kimi-k3
$90.005.0×
right column: output price ÷ input price
input20M
output2M

The output multiplier is the number the price list does not draw attention to, and it ranges from 2× to 5× across six models. DeepSeek-V4-Flash and V4-Pro both charge exactly double for output; Kimi K3 charges five times. That means the ordering you get from skimming input prices is not the ordering you pay. Kimi K3’s input price is 21× DeepSeek-V4-Flash’s, but on a generation-heavy job the bill is 50× — the multiplier more than doubles the gap. And GLM-5.2 overtakes DeepSeek-V4-Pro on that mix despite being the cheaper of the two to read.

Prices are per million tokens, and the number the list does not draw attention to is the ratio between them:

modelinputoutputoutput ÷ input
deepseek-v4-flash-latest$0.14$0.282.0×
deepseek-v4-pro$1.74$3.482.0×
inkling-small$0.50$1.202.4×
trinity-large-thinking$0.25$0.803.2×
zai-org/glm-5.2$1.40$4.403.1×
moonshotai/kimi-k3$3.00$15.005.0×

Both DeepSeek models charge exactly double for output. Kimi K3 charges five times. That spread matters because the workload this API is being pitched at — long-horizon agent work, launched the same day as nac — has a token mix that shifts with the task, and the cheap-to-read model is not always the cheap-to-run one.

On a read-heavy job the ordering roughly follows input price. On a generation-heavy one it stops doing so. Kimi K3's input price is 21× DeepSeek-V4-Flash's, but at 5M in and 25M out the actual bill is 50× higher — the output multiplier widens the gap by more than double. And GLM-5.2 overtakes DeepSeek-V4-Pro on that same mix (117against117 against 95.70) despite being the cheaper of the two to read.

Arcee's own Trinity-Large-Thinking is priced to sit second-cheapest on input and to stay cheap on output — 0.25and0.25 and 0.80, undercutting Inkling-Small on both. For a lab measuring which model people choose, pricing its own model into the "obvious default" slot is a thumb on the scale worth noting when reading whatever conclusions come out of the experiment later.

Launched alongside nac

The post is explicit that this ships the same day as nac, Arcee's open-source agent harness, and that the two are meant to inform each other:

We built nac to support demanding agentic workloads that may run for extended periods, and over time, what we learn from nac will help us improve how the API routes, serves, and supports models for long-running tasks.

The pairing is the actual strategy. nac is Apache 2.0 and free; it is also a very good instrument for observing long-horizon agent workloads, because its architecture forces every unit of work through a named dispatch with a recorded episode. An orchestrator that plans in one model and dispatches workers to another is a natural place to learn which models are chosen for which kind of step.

One detail from the nac repository suggests the catalog is not settled: the most recent commit at the time of writing is "drop minimax, trinity-mini, and trinity-large-preview from arcee register." Three models removed from the client-side catalog on launch day.

What this is not

It is not a technical post. There is no routing architecture, no latency or throughput figure, no serving stack detail, no context-length or rate-limit table, no availability or region information. "Beta" is doing real work in the title.

There is also no evaluation of any of the six models, which is a slightly odd absence given the stated purpose is to learn which is best for what. The learning is planned to come from usage, not from measurement — which is a legitimate choice, and one that only produces useful answers if the pricing does not distort the selection it is measuring.

Read it for the strategy sentence and the ratio column. The rest is a price list.

Cite this article

For attribution, please use the following reference or BibTeX:

Satyajit Ghana, "Arcee's Open Models API: a model lab selling six models it did not build", ai.thesatyajit.com, August 2026.

bibtex
@misc{ghana2026arceeopenmodelsapi,
  author = {Satyajit Ghana},
  title  = {Arcee's Open Models API: a model lab selling six models it did not build},
  url    = {https://ai.thesatyajit.com/articles/arcee-open-models-api},
  year   = {2026}
}
share