Skip to main content
POST
Chat Completions

Authorizations

x-wallet-address
string
header
required

Your EVM wallet address for authentication and credit tracking.

Authorization
string
header
required

API key obtained from the gateway. Not required in free mode.

Headers

x-wallet-address
string
required

Your EVM wallet address for authentication and credit tracking.

Example:

"0x0000000000000000000000000000000000000001"

Body

application/json
messages
object[]
required

Array of message objects with role and content.

Example:
model
string
default:conductor

Model alias or canonical ID. Aliases: conductor (Mako-32B), operator (Mako-8B). Canonical IDs (mako-32b-conductor, mako-8b-operator) are also accepted.

Example:

"conductor"

stream
boolean
default:false

Enable Server-Sent Events streaming.

temperature
number
default:0.7

Sampling temperature (0.0 to 2.0).

Response

Chat completion response

id
string
Example:

"chatcmpl-1718464968543"

object
string
Example:

"chat.completion"

model
string
Example:

"mako-32b-conductor"

choices
object[]
usage
object