GPT-5.4 Quick Chat
GPT-5.4
GPT-5.4 - Quick Start
- Use OpenAI SDK format to call GPT-5.4 model
- Synchronous processing mode, real-time response
- Minimal parameters, quick start
- Need more features? Check out Complete API Reference
POST
GPT-5.4 Quick Chat
BaseURL: The default BaseURL is
https://direct.evolink.ai, which has better support for text models and long-lived connections. https://api.evolink.ai is the primary endpoint for multimodal services and serves as a fallback address for text models.Authorizations
All APIs require Bearer Token authentication
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEYBody
application/json
Response
Chat completion successful
Unique identifier for the chat completion
Example:
"chatcmpl-20251010015944503180122WJNB8Eid"
The model used for completion
Example:
"gpt-5.4"
Response type
Available options:
chat.completion Example:
"chat.completion"
Unix timestamp when the completion was created
Example:
1760032810
List of completion choices
Token usage statistics