Chat & Examples: Core Parameters
Our API acts as a seamless drop-in replacement for OpenAI using our powerful, pre-determined opus-4.6 model. You can use the exact same payloads, parameters, and official SDKs. Note: The model cannot be changed; any other model name provided in the request will be automatically routed to opus-4.6.
📖 Supported Parameters Reference
Must be included in the request, but the value is ignored. The system is locked to opus-4.6.
Array of message objects. Supports system, user, and assistant roles. Supports multimodal array content.
Float between 0.0 and 2.0. Defaults to 1.0. Lower values are more focused, higher values are more creative.
Boolean. Set to true to receive partial message deltas via Server-Sent Events (SSE).
Integer. The maximum number of tokens to generate in the chat completion.
Array of functions. Used to enable Tool Calling/Function Calling for the model to interact with external APIs.
🚀 Live API Test Dashboard
Extra Features (Expand):