Skip to main content

rime speedtest

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

Flags

--url forwards your configured API credentials to every supplied URL. Use it only with endpoints you trust. The CLI also prints this warning at runtime.

Behavior

  • No flags: tests all configured environments
  • --url alone: tests only the specified URLs and skips the config environments
  • --env + --url: tests both the named envs and the extra URLs
  • 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. The output keeps a legacy Arcana column so usage recorded before the model retired remains visible. The default window is 7 days; --days extends it to 28.

Flags

Also supports the global --json flag.

Example output


rime uninstall

Remove the Rime CLI binary, configuration, and shell PATH entries. The command detects whether you installed the CLI via Homebrew or the shell script and prints instructions for that install method.

Flags

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