Service Provider
Some Sequrity API endpoints support multiple LLM service providers. The service provider is part of the endpoint URL between the endpoint type and the API version. For example, the Sequrity Control chat completion endpoint for OpenRouter is:
When the service provider is omitted from the URL, the default provider is used:
Supported Providers
| Service Provider | Description | Status |
|---|---|---|
openai |
OpenAI | |
openrouter |
OpenRouter | |
anthropic |
Anthropic | |
sequrity_azure |
Sequrity Internal Dev | 📝 Not Open to Public |
Anthropic Messages API
The Anthropic provider uses the Messages API format (/messages) instead of the chat completions format (/chat/completions). See the REST API reference for the full list of endpoints.