AI setup
The deterministic transforms need no setup. The AI transforms are bring-your-own-key: you connect a provider account you already have, or make a free one, and Rewire Text uses it directly. There is no Sunset Mesa subscription and no markup on top of what you pay your provider. Pick one provider to start. You can add others later.
How it works in the app
Open Settings, choose a provider, and paste your API key. Ollama is the exception and needs no key. For Google Gemini, Anthropic, and OpenAI, Rewire Text pre-selects sensible models, so you can start right away. For OpenRouter and Ollama it lists the models it finds, and you can type a model ID by hand.
Each transform asks for a capability tier rather than a specific model: Light (cheapest and fastest), Standard (balanced), or Advanced (most capable). You decide which model fills each tier for a given provider. The defaults are a fine place to begin.
Getting a key, by provider
- Google Gemini. Create a key at Google AI Studio. The free tier is enough to try everything, and it is the cheapest option for everyday use.
- OpenAI. Create a key at platform.openai.com under API keys, and add a little credit to your account.
- Anthropic (Claude). Create a key in the Anthropic Console, and add a little credit to your account.
- OpenRouter. Create a key at openrouter.ai. One key reaches many models from different providers, including some free ones.
Once you have a key, paste it into Settings for that provider and you are ready to go.
Run a model locally with Ollama
If you would rather keep everything on your own machine, install
Ollama and pull a model from its library (a
Gemma 4-class model is a good default). Rewire Text talks to Ollama at
http://localhost:11434 by default. Change that URL in Settings if yours differs, then
pick the model from the list. No API key, and nothing leaves your computer.
Hardware matters here. Small models run on most recent laptops. A Gemma 4-class model around 12B parameters wants a capable GPU, or a recent Apple Silicon machine with roughly 16 GB of memory or more. Smaller models are lighter, larger ones need more.
Cost and usage
Because it is bring-your-own-key, you pay your provider directly. For everyday text on the Light and Standard tiers that is usually pennies. Rewire Text estimates the cost of each AI transform and shows a running total in Settings, so the bill never surprises you. Deterministic transforms and local models cost nothing to run.
Recommendations
- Easiest free start: a free-tier Google AI Studio key, or a free model on OpenRouter. Either one lets you try the AI transforms at no cost.
- Fully local: run a Gemma 4-class model through Ollama on capable hardware, so no text ever leaves your machine.
New here? Start with Getting started.