Skip to content

Commit 68d44bd

Browse files
rickstaaclaude
andcommitted
docs(api-proxy): stop restating why the prices differ
The on-chain run section re-argued the point the capability section already makes, inside a passage that should only say what to type. Keep the signer cap, which is the part unique to running on-chain. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SD4o2Evku53Nb6zfgAdWxV
1 parent ec68b02 commit 68d44bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ uv run client.py --prompt "a watercolor painting of a llama writing code" \
6666
docker compose -f compose.yml -f compose.onchain.yml down
6767
```
6868

69-
Each call is one paid single-shot sessionthe orchestrator reserves it, takes one fixed payment, and releases it when the response returns. Call the cheaper capability with `--app livepeer-example/flux-1-schnell` and the payment is smaller, which is the whole reason each model is its own app. The signer's `MAX_PRICE_PER_UNIT` is a single cap across capabilities, so it has to clear the **highest** price in `runners.json`.
69+
Each call is one paid single-shot session: the orchestrator reserves it, takes one fixed payment, and releases it when the response returns. `--app` picks which price you pay. The signer's `MAX_PRICE_PER_UNIT` is one cap across both capabilities, so it has to clear the **highest** price in `runners.json`.

0 commit comments

Comments
 (0)