Inference
Generic Inference
Dataset Items
Evaluations
Evaluation Items
Inference
Generic Inference
POST
/
v5
/
inference
curl --request POST \
--url https://api.egp.scale.com/v5/inference \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"model": "<string>",
"args": {},
"inference_configuration": {
"timeout_seconds": 123,
"num_retries": 123
}
}'
{
"object": "generic_inference",
"response": "<any>"
}
Authorizations
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
The response is of type object
.
The response is of type object
.
curl --request POST \
--url https://api.egp.scale.com/v5/inference \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"model": "<string>",
"args": {},
"inference_configuration": {
"timeout_seconds": 123,
"num_retries": 123
}
}'
{
"object": "generic_inference",
"response": "<any>"
}