// CATALOG

Models.

models from top providers. Hardware-attested TEEs. OpenAI-compatible. Pay once, no accounts.

// FULL CATALOG

// USAGE

~/inference.py
# pip install openai
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_PHANTOM_KEY",
    base_url="https://api.phantom.codes/v1",
)

response = client.chat.completions.create(
    model="phala/qwen3-coder-next",
    messages=[{"role": "user", "content": "hi"}],
)

full docs ↗  ·  buy credit ↗