AI provider
Configure the site-wide AI provider under Themeatos → Planwise → AI Provider.
Built-in providers
Planwise supports:
- Kie
- OpenAI
- Google Gemini
- xAI Grok
- Anthropic Claude
- Custom LLM Server (OpenAI-compatible HTTP API)
For each cloud provider, set the default model and API key. Prefer defining the matching wp-config.php constant (shown on the settings card) instead of storing keys in the database.
Custom LLM servers
When the provider is Custom LLM Server:
- Add a server (name, base URL, API key, optional headers).
- Manage models (key, display name, type, active flag).
- Select which custom server is active for Planwise AI features.
Base URLs should include the API root expected by an OpenAI-compatible client (for example https://api.groq.com/openai/v1).
Features that use the provider
| Feature | Where |
|---|---|
| New Plan | /app/plan/ — briefing → phases / milestones / sprints |
| Ask AI | Project copilot tab |
| Overview briefing | Project Overview AI insights |
If no provider or key is configured, AI endpoints return a clear configuration error instead of calling a remote API.