Skip to main content
nito ask and nito fusion do the same work as the in-chat ask and fusion commands, but from your shell. They print an answer and exit, which makes them easy to pipe, script, or drop into a keyboard shortcut.

Ask

A single question to a single Nito-supported model. The answer prints to standard output.

Options

Piping Input

With --stdin, the whole prompt comes from whatever you pipe in. You cannot also pass a prompt argument, so put your question into the piped text:

Structured Output

--json prints a machine-readable object instead of prose, which is what you want in a script:

Fusion

One prompt, two or three models, plus a synthesis. This is the client-side form of Fusion: your machine fans the prompt out and a judge model reconciles the answers.

Options

Fusion needs a paid plan. It also mixes privacy levels by the rules on the Fusion page: the synthesis lands at the least-private level among the participants, so a single Anonymous model pulls the whole run to Anonymous.

Choosing a Model

Both commands accept --model. Without it, ask uses your saved default; Fusion always needs its participants named explicitly. To see what is available to your account:
See Choosing a Model for how the saved default works.

Scripting and Automation

Output modes, exit codes, and piping for pipelines.

Multi Model Answer Checker

A full recipe: cross-check an answer against independent models with Fusion.