Where to configure
Desktop app → Settings → Providers:- Add a provider.
- Paste the key (or complete CLI login where applicable).
- Validate — Yoqa probes models / auth.
- Set a default provider (and model when the list is available).
- Confirm with
yoqa status(provider: …).
Supported providers
What needs a provider?
Tips
- Prefer models that accept image inputs — text-only models fail vision decide.
- For OpenCode, paste a Zen API key from opencode.ai in Settings → Providers. Yoqa calls hosted Zen at
opencode.ai/zen/v1. A localopencode servedoes not expose OpenAI/v1/chat/completions, so CLI login alone will not authenticate vision. New providers default tomimo-v2.5-free; most other free Zen models are text-only and reject screenshots — switch tomimo-v2.5-free(or a paid multimodal model on Zen with billing) if a run reports “No endpoints found that support image input”. - Custom base URLs are ideal for private gateways; leave the API key empty only if the host allows it.
How the agent works
Where vision is used in the loop
Quickstart
First run with a provider configured