API Keys Setup
RespectASO Pro requires an API key from at least one LLM provider to power AI features.
Privacy: Your API keys are stored locally on your machine with file permissions 600 (only your user account can read them). Keys are never sent anywhere except to the chosen provider's API.
OpenAI
- Go to platform.openai.com and sign in (or create an account)
- Navigate to API Keys in your dashboard
- Click Create new secret key
- Copy the key (starts with
sk-) - In RespectASO, go to Settings → AI
- Paste the key in the OpenAI field and save
RespectASO always includes the latest OpenAI models. You can choose between them in Settings → AI.
Anthropic
- Go to console.anthropic.com and sign in
- Navigate to API Keys
- Click Create Key
- Copy the key (starts with
sk-ant-) - In RespectASO, go to Settings → AI
- Paste the key in the Anthropic field and save
RespectASO always includes the latest Claude models. You can choose between them in Settings → AI.
Google Gemini
- Go to aistudio.google.com
- Click Get API key
- Create a key in an existing or new project
- Copy the key
- In RespectASO, go to Settings → AI
- Paste the key in the Google Gemini field and save
RespectASO always includes the latest Gemini models. You can choose between them in Settings → AI.
OpenRouter
- Go to openrouter.ai/keys and sign in (or create an account)
- Click Create Key
- Copy the key (starts with
sk-or-) - In RespectASO, go to Settings → AI
- Paste the key in the OpenRouter field and save
Model selection works differently for OpenRouter. Instead of picking from a curated list, you enter any OpenRouter model ID in the format vendor/model-name (for example deepseek/deepseek-chat) - free :free models work too. You can browse compatible models at openrouter.ai/models. After entering a model ID, click Test model - the model can only be used after the compatibility test passes. If the test fails, RespectASO tells you the model is not compatible and shows why. The Validate button checks your key for free - no credits are consumed.
OpenRouter routes your request onward to the host of the model you select, giving you access to hundreds of models - including budget options like DeepSeek - through a single key.
Choosing a Provider
All four providers produce excellent results. Here's a quick comparison:
| Provider | Best For | Cost |
|---|---|---|
| OpenAI | Broad compatibility, fast responses | Pay-per-use |
| Anthropic | Nuanced analysis, safety-focused | Pay-per-use |
| Google Gemini | Free tier, large context window | Free tier + pay-per-use |
| OpenRouter | Hundreds of models through one key, budget options | Pay-per-use (free models available) |
| Local AI | No per-query cost, full privacy, offline | Free — runs on your Mac |
You only need one provider configured. You can switch between them anytime from Settings → AI.
No cloud key? Choose Local AI to run a model on your own Mac with no API key and no per-query cost. See Local AI Models for setup.