hermosodocs

Credits & costs

Everything Hermoso does is priced in one currency: credits. The web Studio, the MCP server and the CLI draw on the same balance at the same rates — there is no separate developer pricing and no per-seat charge for agent access.

Get the price before you spend it

hermoso_capabilities is free and returns the live catalog: every image, video, voice and writing model with its exact credit cost. Video is priced per duration and per resolution, because both change what it costs to render.

hermoso_capabilities    # → model ids, exact per-render credits, aspect ratios, durations
hermoso_credits         # → current balance

Never hard-code a price or a model id. The catalog moves — models are added, retired and repriced — and a number copied into a prompt is wrong the first time a vendor changes theirs. Ask for it; it costs nothing.

A quote cannot disagree with the charge

The quote you are shown and the amount you are billed are computed by the same expression, which is a deliberate property rather than a coincidence. Underneath, a render:

  1. Reserves an estimate before the first provider call, so a balance check can never pass a render the account cannot finish paying for.
  2. Settles the exact cost afterwards, refunding or topping up the difference.

Two consequences worth relying on. If a model is substituted mid-render, you are billed for the model that actually rendered, not the one that was requested — and the substitution is disclosed in the result rather than left for you to find on an invoice. And if a call produces nothing usable, you are not billed for it: an LLM reply that yields no parseable output books our cost as our loss, and the error says so specifically instead of suggesting you try again.

Failure refunds

The rule is charge for delivery, not attempts:

What costs nothing

Reading and managing what you already own is free, on purpose — running out of research budget must not take your whole operation offline with it.

The one exception, stated up front

X (Twitter) bills per call. X charges us per API request, so every action there costs a few credits — including each post in a thread, and the separate write that attaches alt text. A post containing a link costs roughly 13× one without. This is the only connector with a per-call cost, and its own tile says so before you connect it.

What does cost

Generation and research — the things that call a paid vendor on your behalf:

Running out

A call that cannot be paid for answers 402 with a message naming both numbers — what it needs and what you have — rather than just the gap. From inside an agent:

An agent may not charge money on a bare confirm. The quote token binds the exact pack and price that was quoted, so a retried confirmation is idempotent and a confirmation cannot be applied to a charge nobody saw.

Rate limits

Paid renders are limited per verified account, in a 60-second window. The limit is generous for a person and deliberately unfriendly to a script — if you hit it, you are looping faster than a human ever would. It answers 429; back off and retry.