Adding More Models
Learn how to add and customize AI models in Promptly
Promptly comes pre-configured with several popular AI models, but you can add more models or customize the existing ones to suit your needs.
Accessing Model Settings
To manage your models in Promptly:
- Open Promptly
- Click on the Promptly menu in the menu bar
- Select Preferences (or use ⌘,)
- Navigate to the Models tab
Understanding Model Groups
Promptly organizes models into groups based on their provider:
- OpenAI: GPT models like GPT-3.5 and GPT-4
- Anthropic: Claude models like Claude 3 Opus, Sonnet, and Haiku
- Google: Gemini models
- Ollama: Local models like Llama, Mistral, and others
Each group requires the corresponding API key, except for Ollama models which run locally.
Adding New Models
Adding Provider-Supported Models
To add a model that's officially supported by a provider but not listed in Promptly:
- In the Models tab, find the relevant provider group
- Click the "+" button at the bottom of the group
- Enter the model information:
- Display Name: What you want to call the model in Promptly
- API Name: The exact model identifier used by the provider's API
- Click "Add" to save the model
For example, to add a new OpenAI model:
- Display Name: GPT-4 Turbo
- API Name: gpt-4-turbo-preview
Adding Custom Ollama Models
For Ollama models, the process is similar but requires Ollama to be installed:
- First, install Ollama if you haven't already
- Pull the desired model using Ollama (from terminal or Ollama app)
- In Promptly's Preferences > Models, find the Ollama group
- Click the "+" button
- Enter:
- Display Name: A friendly name (e.g., "Mistral 7B")
- API Name: The exact model name as used in Ollama (e.g., "ollama:mistral")
- Click "Add" to save the model
Editing Existing Models
To modify an existing model:
- Navigate to Preferences > Models
- Find the model you want to edit
- Click the edit (pencil) icon next to the model
- Update the display name or API name
- Click "Save" to apply your changes
Hiding and Showing Models
You can hide models you don't use to keep your model picker more organized:
- In Preferences > Models, find the model you want to hide
- Uncheck the "Show in model picker" option next to the model
To show it again, simply check the same option.
Model Priority and Ordering
The order of models in the model picker follows the order in the Preferences > Models tab. You can reorganize models by dragging them into your preferred order.
Troubleshooting
If a model doesn't appear in your model picker:
- Ensure "Show in model picker" is enabled for that model
- Check that you've entered the correct API key for the model's provider
- Verify that the API name exactly matches the provider's specification
- For Ollama models, confirm that Ollama is running and the model is pulled
With custom models, always double-check the API name, as even small typos can cause connection issues.