Recommended endpoints
Before you call
- Copy the exact model ID from the console.
- Set the OpenAI SDK base URL to
https://api.maxapi.ai/v1. - Match message roles and multimodal content to the selected model.
- Consume streaming responses incrementally instead of waiting for one JSON document.
Run your first chat request
Follow complete cURL, Python, and JavaScript examples.