Logicc
Logicc
Docs
  • Docs
  • Changelog
  • Support portal
    • Logicc API Documentation
    • 1. Access and Quickstart
    • 2. Models and Pricing
    • 3. Usage, Quota and Security
    • 4. Interfaces and Authentication
    • 5. Endpoints and SDK Examples
    • 6. Troubleshooting and Support

Logicc API Documentation

Current English overview and navigation for the Logicc API.

Version: August 18, 2026

1. Overview

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:

  • One API key for enabled models across multiple providers
  • OpenAI-compatible chat completions, embeddings, and audio transcription
  • Anthropic-compatible access for supported Claude clients
  • Per-key model discovery through GET /v1/models
  • Per-key usage, quota, and rate-limit visibility
  • Central support for model activation, routing, and operational issues

2. Getting access

Request 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.

Documentation sections

  1. Access and Quickstart
  2. Models and Pricing
  3. Usage, Quota and Security
  4. Interfaces and Authentication
  5. Endpoints and SDK Examples
  6. Troubleshooting and Support

Use GET /v1/models as the authoritative list of models enabled for a specific API key.

PrevAgreements
Next1. Access and Quickstart
Was this helpful?