Azyrom Designer supports multiple AI providers for code generation in Make Mode. Configure your preferred provider and API keys to enable AI-powered features.
Supported AI Providers
Choose from three AI providers:
Anthropic (Claude)
- Model: claude-sonnet-4-20250514
- Best for: High-quality code generation with excellent reasoning
- Requires: Anthropic API key
- Get key: console.anthropic.com
OpenAI (GPT)
- Model: gpt-4o
- Best for: Fast responses with broad knowledge
- Requires: OpenAI API key
- Get key: platform.openai.com
Ollama (Local)
- Model: llama3.2 (customizable)
- Best for: Privacy-focused users, no API costs
- Requires: Ollama installed locally
- Install: ollama.ai (free)
Opening AI Settings
Access the AI Settings dialog:
- Open Make Mode
- Click the Settings icon in the Make Mode toolbar
- Or use the menu: File → AI Settings
Configuring Your API Key
Step 1: Select Provider
Use the segmented button at the top to choose your AI provider:
- Anthropic - Claude models
- OpenAI - GPT models
- Ollama - Local models
Step 2: Enter API Key
For Anthropic or OpenAI:
- Paste your API key in the appropriate field
- Click the Save icon (💾) or press
Enter - Keys are stored securely on your local device
- Use the eye icon (👁️) to toggle key visibility
Step 3: Verify Configuration
The status indicator shows:
- Green checkmark - "{Provider} Ready" - Configured correctly
- Orange warning - "{Provider} Not Configured" - API key required
Ollama Configuration
To use Ollama (local AI):
- Download and install Ollama from ollama.ai
- Start Ollama (runs on
http://localhost:11434by default) - Pull a model:
ollama pull llama3.2 - In Azyrom AI Settings, select Ollama provider
- Verify the URL is correct (default:
http://localhost:11434)
Benefits: Free, runs locally, no API costs, privacy-focused
Security & Storage
- Local Storage: API keys are stored in your device's SharedPreferences
- Not Synced: Keys stay on your device, not synced to cloud
- Not Shared: Keys are never sent anywhere except the chosen AI provider
- Masked Display: Keys are masked when shown (e.g., "sk-ant-••••1234")
Switching Providers
You can switch between providers at any time:
- Open AI Settings
- Click the provider you want to use
- Ensure that provider's API key is configured
- Close the dialog - your selection is saved automatically
All three providers can be configured simultaneously. Switch between them based on your needs.
Troubleshooting
API Key Not Working
- Verify key is correct (copy-paste to avoid typos)
- Check key has sufficient credits/quota
- Ensure key has proper permissions
- Try regenerating a new key from the provider's console
Ollama Connection Failed
- Verify Ollama is running:
ollama list - Check URL is correct (default:
http://localhost:11434) - Ensure firewall allows local connections
- Try:
ollama serveto start the service
Request Failed / Rate Limit
- Check your API usage quota on provider's dashboard
- Wait a few minutes if you hit rate limits
- Consider switching to another configured provider temporarily
Best Practices
- Configure Multiple Providers: Set up 2-3 providers as backups
- Monitor Usage: Check API usage regularly to avoid surprise costs
- Use Ollama for Testing: Free local AI for experimentation
- Secure Your Keys: Never share API keys publicly
- Rotate Keys: Regenerate keys periodically for security