Configure AI models in your preferred tool to use Aexol.ai's built-in Spectral model or other supported providers.
The built-in/spectral model is Aexol's native AI, optimized for understanding
and generating Aexol specifications.
Endpoint: https://api.aexol.ai/v1
Model name: built-in/spectral
Auth: Team API key (sk-aexol-team-...)
Get your team API key from the Studio → Team settings.
# Add Aexol as an OpenAI-compatible provider
claude config set --global model aexol/built-in/spectral
Or configure directly in Claude's config with the Aexol.ai base URL and your team API key.
See Working with AI & IDEs for Claude Code MCP setup.
In Cursor settings, add a custom model provider:
https://api.aexol.ai/v1sk-aexol-team-...built-in/spectralIn Windsurf settings, configure a custom AI provider:
https://api.aexol.ai/v1sk-aexol-team-...built-in/spectralIn ~/.continue/config.json:
{
"models": [
{
"title": "Aexol Spectral",
"provider": "openai",
"model": "built-in/spectral",
"apiBase": "https://api.aexol.ai/v1",
"apiKey": "sk-aexol-team-..."
}
]
}
Any client that supports custom OpenAI-compatible endpoints works:
| Setting | Value |
|---|---|
| Base URL | https://api.aexol.ai/v1 |
| API Key | sk-aexol-team-... |
| Model | built-in/spectral |
sk-aexol-team-