Aperture

Welcome back

Loading...

Your API Key

Keep this private. Reveal requires password re-entry. Use as Authorization: Bearer header.

Account

Email
Plan
Free · 100 req/day
Region
Singapore
Status
Active

Balance

$—

Loading…

Top up →

Quick Integration

# pip install openai from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://aperture-ai.run/api/v1", ) response = client.chat.completions.create( model="openai/gpt-5.2", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)

Use in your tools

Same base URL + your key in any OpenAI-compatible client. Pick yours.

# Codex CLI reads OPENAI_BASE_URL + OPENAI_API_KEY from env export OPENAI_BASE_URL="https://aperture-ai.run/api/v1" export OPENAI_API_KEY="YOUR_APERTURE_KEY" codex --model openai/gpt-5.2 "add tests for handlers/auth.go"

Model pricing

Aperture price per 1M tokens · switch model by changing the model string · same code, any model.

ModelInput / 1MOutput / 1M
Loading model catalog…

Models marked Free run at $0. Credits never expire; failed requests are never charged.

Top-ups & invoices

From your Aperture ledger
Loading…