The Traceport Gateway API provides an OpenAI-compatible interface that supports multiple LLM providers (OpenAI, Anthropic, Google, Bedrock) through a single set of endpoints.Documentation Index
Fetch the complete documentation index at: https://docs.traceport.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All endpoints require API key authentication via theAuthorization header:
Available Endpoints
Chat Completions
Create chat completions with streaming support.
Embeddings
Generate text embedding vectors.
Batches
Create and manage batch processing jobs.
Files
Upload and manage files for batch processing.
Workflows
Execute server-side workflows.
Prompts
Run published prompt templates via API.
Real-time & WebSockets
Build interactive, low-latency AI applications with persistent connections.
OpenAI SDK Compatibility
Because the Traceport Gateway is OpenAI-compatible, you can use standard SDKs by simply changing thebase_url:

