LiteLLM

LiteLLM SDK or Proxy with api_base → Intertrace /v1.

SDK & proxy

Mint itr_rt_* in Settings → Runtime API keys. Keep upstream secrets in the Provider vault — clients should not need vendor sk- keys.

from litellm import completion
import os
completion(
  model="openai/gpt-4o-mini", api_base="https://intertrace.fly.dev/v1",
  api_key=os.environ["INTERTRACE_RUNTIME_API_KEY"],
  messages=[{"role":"user","content":"Hello"}],
)
# Proxy model_list → api_base: https://intertrace.fly.dev/v1, api_key: itr_rt_*