Command reference

oko-cli proxy-call

Sends one signed chat-completions request to the Stado model router.

Invocation

oko-cli proxy-call --prompt <str> [--router URL] [--model NAME]

Inputs and options

  • Required --prompt.
  • --router falls back to STADO_MODEL_ROUTER_URL.
  • --model defaults to claude-code-subscription.

Output and state effect

  • Prints the HTTP status, response headers, and response body.

Refusals and safe exits

  • Refuses a missing prompt, missing router, or missing dedicated Oko model identity/secret; transport failures exit unsuccessfully.