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

4. Interfaces and Authentication

Base URLs, headers, model discovery, and credential handling.

Version: August 18, 2026

4. Interfaces and authentication

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

OpenAI-compatible headers

Authorization: Bearer YOUR_LOGICC_API_KEY
Content-Type: application/json

Anthropic-compatible headers

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.

5. Model discovery and availability

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.

Credential handling

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.

Prev3. Usage, Quota and Security
Next5. Endpoints and SDK Examples
Was this helpful?