You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Themes: pick a color palette and make the keyboard yours. Six themes at launch, with live preview as you browse.
Self-hosted users running a direct Whisper server without the Diction Gateway no longer get stuck in a silent retry loop. Diction now falls back to the batch endpoint correctly.
Free trial extended for everyone so you can try the new fine-tuned cloud models.
Gateway
Repeated-word hallucinations are now detected and filtered before the transcript reaches your app.
Configurable LLM reasoning effort via the LLM_REASONING_EFFORT env var (none, low, medium, high). Useful for tuning cost vs. quality when using reasoning-capable models. Contributed by @ankitson.