Text
Text models are the core chat-and-generation family. You send a prompt, you get a generated reply. This is what most Nito commands use when you ask a question or continue a conversation (see Ask and Continue). Text models vary in size, speed, context window (how much text they can consider at once), and cost. Because those vary, do not assume two text models are interchangeable on price or context; browse the catalog with themodels command and use the decision guide.
Reasoning
Reasoning is a capability of certain text models rather than a family of its own. They work through a problem step by step before committing to a final answer, and they let you control how much effort to spend doing it. Think of it as the difference between answering off the cuff and working the problem through first. The catalog marks which models support reasoning, so browse with themodels command and check the entry before relying on it. When a reasoning model is used, the thinking it does is metered separately from ordinary output, so you can see what it cost. See Reasoning.
Vision (Image Input)
Vision-capable text models accept images as part of a prompt, alongside text, for tasks like describing a photo or reading a chart. Vision here means image input, not image output: the model reads the picture and replies in text. The catalog marks which models support vision, so browse with themodels command and check the entry. Accepted image formats are PNG, JPEG, and WebP. See Image Input.
Nito also parses documents (PDF, DOCX, PPTX, XLSX, XLS, and text) so their text can be fed into a prompt with any model. That is the file parser at work, not a vision capability: the document is turned into text first, then sent as text. Use vision for pictures and charts; use the file parser for documents.
Audio and video are not available in the plugin today. No transcription, speech, or video in or out. Plan around text and vision input.
Common Issues
- Assuming every text model can see images or reason. Image input and reasoning are per-model capabilities; the catalog marks which models support each, so check the entry when you browse.
- Expecting to generate images. The plugin reads images (vision), it does not create them from a prompt.
Related Resources
Choosing the Right Model
A decision guide from use case to model.
All Models
Browse every model in the catalog.

