Skip to main content
POST
Batch Inference

Authorizations

Authorization
string
header
required

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

Body

application/json
hf_token
string
required
model_source
string
required
model_type
enum<string>
required
Available options:
adapter,
merged,
base
base_model_id
string
required
messages
object[][]
required
use_vllm
boolean | null
default:false

Response

Successful Response

results
string[]
required