Skip to main content
The Subconscious Cloud API is the fastest way to access our inference infrastructure. All requests go through api.subconscious.dev, our managed gateway that handles authentication, rate limiting, and routing.

How It Works

OpenAI & Anthropic compatible

Use the standard OpenAI or Anthropic SDK with no custom libraries needed

Global edge

Low-latency access from anywhere

Managed infrastructure

We handle scaling, reliability, and uptime

API Keys

API keys are created and managed from your Subconscious dashboard.
from openai import OpenAI

client = OpenAI(
    api_key="your-api-key",               # From your dashboard
    base_url="https://api.subconscious.dev/v1",
)

Billing

Usage is billed per token. See Pricing for current rates.
  • Credits are added from your dashboard
  • Usage is deducted automatically per request
  • Auto-pay is available for uninterrupted service
  • Usage dashboards show real-time consumption