post https://example.com/v1/v1/chat/completions
Authentication Required: This endpoint requires a valid API key. Please click the "Authorize" button and enter your API key before testing.
Streams AI-generated completions based on provided messages. (Experimental) Each generating event contains only the new content (delta) to append.
Conversation Handling: To continue a conversation, include an assistant message with metadata from the previous response.
Rate Limiting: This endpoint is subject to rate limiting based on your organization's settings. The response headers will include:
X-RateLimit-Limit
: Maximum requests allowed in the current time windowX-RateLimit-Remaining
: Number of requests remainingX-RateLimit-Reset
: Unix timestamp when the rate limit resets