Skip to main content
POST
Grok 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:
grok-4.5
Example:

"grok-4.5"

messages
object[]
required

List of chat messages

Minimum array length: 1
Example:

Response

Chat completion generated successfully

id
string

Unique identifier for the chat completion

Example:

"chatcmpl-20260812164515123456789AbCdEfGh"

model
string

Model name actually used

Example:

"grok-4.5"

object
enum<string>

Response type

Available options:
chat.completion
Example:

"chat.completion"

created
integer

Creation timestamp

Example:

1786538000

choices
object[]

List of chat completion choices

usage
object

Token usage statistics. Prompts of 200K tokens or more are billed at 2x for all token types.