Version: August 18, 2026
The Logicc API provides one managed gateway for multiple AI model families. The gateway runs on Bifrost and gives applications access to GPT, Claude, Gemini, embedding, and transcription models through a consistent API surface without maintaining separate provider integrations.
The primary interface is OpenAI-compatible and works with the official OpenAI SDKs as well as tools that support a custom base URL. An Anthropic-compatible base URL is also available for compatible Claude clients.
Key capabilities:
GET /v1/modelsRequest an API key from [email protected] with the subject API. Include your company, intended use case, required models, expected request volume, and target environment. Logicc will provision the key and enable the agreed model routes.
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.
Use GET /v1/models as the authoritative list of models enabled for a specific API key.