π Step 1: Set Up a Model Provider
Your model provider is the AI service that powers your application. ai+me needs to connect to it to run tests.
1.1 Navigate to Model Providers
- Go to Settings β Model Providers in your ai+me dashboard
- Click "Add Provider" to begin setup
1.2 Choose Your Provider
ai+me supports multiple model providers:
- OpenAI
- Azure OpenAI
- Additional providers including Claude, DeepSeek, and OpenRouter, plus custom model connectors are available in our roadmap
1.3 Configure Provider Settings
For OpenAI:
- Enter your API Key from OpenAI Platform (opens in a new tab)
For Azure OpenAI:
- Enter your API Key from Azure Portal
- Provide your Endpoint URL with deployment and API version included:
- Format:
https://your-resource.openai.azure.com/openai/deployments/your-deployment-name/chat/completions?api-version=2023-03-15-preview
- Replace
your-resource
with your Azure resource name - Replace
your-deployment-name
with your model deployment name
- Format: