Version: August 18, 2026
| Interface | Base URL | Authentication | Use |
|---|---|---|---|
| OpenAI-compatible | https://api.logicc.cloud/v1 | Authorization: Bearer |
Models, chat completions, embeddings, and audio transcription |
| Anthropic-compatible | https://api.logicc.cloud/anthropic | x-api-key plus anthropic-version | Anthropic SDKs and clients that support a custom base URL |
Authorization: Bearer YOUR_LOGICC_API_KEY
Content-Type: application/json
x-api-key: YOUR_LOGICC_API_KEY
anthropic-version: 2023-06-01
Content-Type: application/json
For Anthropic SDKs, set the base URL to https://api.logicc.cloud/anthropic. The SDK appends its messages path to that base URL.
GET https://api.logicc.cloud/v1/models returns the models enabled for the authenticated key. This response is authoritative. A model shown in the price list may still require activation for a specific key.
To request a model, email [email protected] with the subject API and include the exact API identifier.
Store API keys in a server-side secret manager or environment variable. Never expose a key in browser code, mobile applications, public repositories, logs, screenshots, or support emails.