Skip to main content
POST
GPT Quick Chat (All Models)
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>
required

Model to call:

Available options:
gpt-5.6-sol,
gpt-5.6-terra,
gpt-5.6-luna,
gpt-5.5,
gpt-5.4,
gpt-5.2,
gpt-5.1
Example:

"gpt-5.6-sol"

messages
object[]
required

List of chat messages.

For multimodal usage such as images, see the full parameter reference.

Example:

Response

Chat completion successful

id
string

Unique identifier for this conversation

Example:

"chatcmpl-CvJ2p8mQxK7nR4wS"

object
enum<string>

Response type

Available options:
chat.completion
Example:

"chat.completion"

created
integer

Creation timestamp

Example:

1786705221

model
string

Actual model name used

Example:

"gpt-5.6-sol"

choices
object[]

List of generated results

usage
object

Token usage statistics. Prompt caching applies automatically, and cached input tokens are billed at the lower cached rate.