curl --request POST \
--url https://api.infera.org/submit_job \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"model": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
],
"max_output": 123,
"temperature": 123
}'
"<any>"
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.infera.org/submit_job \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"model": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
],
"max_output": 123,
"temperature": 123
}'
"<any>"
curl --request POST \
--url https://api.infera.org/submit_job \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"model": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
],
"max_output": 123,
"temperature": 123
}'
"<any>"
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.infera.org/submit_job \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"model": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
],
"max_output": 123,
"temperature": 123
}'
"<any>"