Skip to main content
POST
/
inference
/
v1
{path}
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

path
string
required

Body

application/json
model
string
required
messages
any[]
timeout
temperature
number | null
top_p
number | null
n
integer | null
stop
max_completion_tokens
integer | null
max_tokens
integer | null
modalities
any[] | null
presence_penalty
number | null
frequency_penalty
number | null
stream
boolean | null
logit_bias
object | null
user
string | null
response_format
seed
integer | null
tools
any[] | null
tool_choice
logprobs
boolean | null
top_logprobs
integer | null
parallel_tool_calls
boolean | null
extra_headers
object | null
functions
any[] | null
function_call
string | null
api_version
string | null

Response

Successful Response

The response is of type any.

I