Overview
Parallel AI’sPOST /api/v0/chat/completions endpoint is 100% compatible with OpenAI’s Chat Completions API spec. To migrate an existing integration, you only need to change the base_url in your client — no other code changes are required.
Quick Start
Supported Parameters
The following request parameters are fully supported:Streaming
Setstream: true to receive a streaming response using Server-Sent Events (SSE), identical to OpenAI’s streaming format.
Each streamed chunk follows the standard OpenAI SSE format with
data: prefixed JSON objects, ending with data: [DONE].Learn More
- Chat Features Overview — explore Parallel AI’s chat capabilities
- Chat Completions API Reference — full endpoint documentation
