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

model Fixed

Must be included in the request, but the value is ignored. The system is locked to opus-4.6.

messages Required

Array of message objects. Supports system, user, and assistant roles. Supports multimodal array content.

temperature Optional

Float between 0.0 and 2.0. Defaults to 1.0. Lower values are more focused, higher values are more creative.

stream Optional

Boolean. Set to true to receive partial message deltas via Server-Sent Events (SSE).

max_tokens Optional

Integer. The maximum number of tokens to generate in the chat completion.

tools Optional

Array of functions. Used to enable Tool Calling/Function Calling for the model to interact with external APIs.

🚀 Live API Test Dashboard

string
string
boolean
Disabled
float
1.0
integer

Extra Features (Expand):

💬 Assistant Response Idle
⚙️ System Debug Logs
JSON Payload Preview
Copied to clipboard!