Skip to main content
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

Authorization
string
header
required

All APIs require Bearer Token authentication

Get API Key:

Visit API Key Management Page to get your API Key

Add to request header:

Body

application/json
model
enum<string>
default:gpt-5.4
required

Model name for chat completion

Available options:
gpt-5.4
Example:

"gpt-5.4"

messages
object[]
required

List of messages for the conversation

Minimum array length: 1
Example:

Response

Chat completion successful

id
string

Unique identifier for the chat completion

Example:

"chatcmpl-20251010015944503180122WJNB8Eid"

model
string

The model used for completion

Example:

"gpt-5.4"

object
enum<string>

Response type

Available options:
chat.completion
Example:

"chat.completion"

created
integer

Unix timestamp when the completion was created

Example:

1760032810

choices
object[]

List of completion choices

usage
object

Token usage statistics