Send requests to any Mistral model by specifying the {model}
placeholder in the path.
Set Authorization
header to Key BYTEZ_KEY
(e.g. 'Authorization': 'Key ABC123')
Set provider-key
header to PROVIDER_KEY
(e.g. 'provider-key': 'OPEN_AI_KEY')
The specific Mistral model to interact with (e.g., mistral-small-latest
).
Universal schema that supports text, chat, image, audio, video, QA, zero-shot, and more.
The body is of type object
.
Successful response from the model.
The response is of type object
.
Send requests to any Mistral model by specifying the {model}
placeholder in the path.
Set Authorization
header to Key BYTEZ_KEY
(e.g. 'Authorization': 'Key ABC123')
Set provider-key
header to PROVIDER_KEY
(e.g. 'provider-key': 'OPEN_AI_KEY')
The specific Mistral model to interact with (e.g., mistral-small-latest
).
Universal schema that supports text, chat, image, audio, video, QA, zero-shot, and more.
The body is of type object
.
Successful response from the model.
The response is of type object
.