Chat Completions
Proxy API
Chat Completions
OpenAI-compatible chat completion endpoint
POST
Chat Completions
Overview
The chat completions endpoint is fully compatible with OpenAI’s API. GetProfile automatically:- Loads the user’s profile
- Injects relevant context into the system message
- Forwards the request to the upstream provider
- Extracts traits and memories in the background
Request
Model to use (e.g.,
gpt-5, gpt-5-mini)Array of message objects
Enable streaming responses
User identifier (alternative to
X-GetProfile-Id header)GetProfile-specific options (stripped before forwarding)