Generates chat completions using language models available in your CDF project. Compatible with the OpenAI Chat Completions API specifications. Connect any OpenAI compatible client or SDK by pointing it to the Cognite API endpoint. Feature support and model availability vary by model and project.
Rate limiting: Requests are subject to rate limits. When a limit is exceeded, the API returns an HTTP 429 Too Many Requests error. Retry requests using an exponential backoff strategy with jitter.