crewship model list
Lists the models a provider can serve.
Two sources, and
auto picks between them. For a provider the server can
answer for — anthropic, openai, google, ollama — the list comes from the
server: live from the provider when the workspace has an active API key,
a curated fallback otherwise, and the source field says which. That path needs
a login and a workspace. Every other provider is answered from the snapshot
compiled into the binary, with no token, no workspace and no server, which
is how the providers this build has no codec for are still visible and priced.
The rates in this table are the catalog’s, not necessarily the billed
ones. Paymaster’s hand-verified table sits above the snapshot and can
correct it, and a long-context model is billed at its ceiling. Ask
crewship model price for the number that will actually reach the ledger.--source live forces the server path for a provider auto would have answered
offline; --source catalog is the escape hatch when the server is unreachable
or refuses a provider id. A model the snapshot has never heard of — an Ollama
tag, or a release newer than the fetch date — simply carries no catalog columns.
crewship model price
Prints the per-million-token rates paymaster will bill a (provider, model)
pair at, which of the five lookup steps produced them, and the cost of a
call with the given token counts. Entirely local: the rate card and the catalog
are compiled in.
The four channels are priced separately, which is why
--in excludes
--cached rather than including it. That is the same convention the ledger
uses — see Paymaster.
rate source is the reason the command exists:
The
catalog says line appears when the snapshot also carries the pair, so you
can see the two sources disagreeing before an invoice does — it is the
snapshot’s ceiling for that model, the same number the catalog step would
have billed, which is why it can sit well above the table rate that shadows it.
The
unknown <provider> model bills at line is what that provider charges for a
model nothing prices, printed to give the resolved number a scale to be read
against.
Related
- Model discovery — the live/curated API behind
--source live. - Multi-provider LLM configuration — the catalog and the five-step rate lookup.
crewship provider— which providers exist, and a live check against one.- Paymaster — the ledger these rates land in.