Skip to main content

rime speedtest

Measure time-to-first-byte (TTFB) for configured environments. Sends a TTS request to each endpoint and reports latency.

Flags

Behavior

  • No flags: tests all configured environments
  • --url alone: tests only the specified URLs (config envs are skipped)
  • --env + --url: tests both the named envs and the extra URLs
  • When using --url, your configured API credentials are forwarded to those URLs (a warning is printed)
  • After the test completes, if the fastest environment differs from the current default, the CLI prompts you to switch. Use --yes to skip the prompt and switch automatically.

Example output (single run)

Example output (--runs 3)

When --runs is greater than 1, the JSON output includes ttfb_min_ms and ttfb_max_ms fields in addition to ttfb_ms (mean).

rime usage

Display daily character usage history for the past week, broken down by Mist, Arcana, and Coda models.

Flags

Also supports the global --json flag.

Example output


rime uninstall

Remove the Rime CLI binary, configuration, and shell PATH entries. Detects whether the CLI was installed via Homebrew or the shell script and provides appropriate instructions.

Flags

If installed via Homebrew, the command prints brew uninstall rime instead of performing removal directly.