curl --request POST \
--url https://aiproxy.infaas-amd-dev.glo1.nscale.com/v1/completions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data '
{
"model": "<string>",
"prompt": "<unknown>",
"stream": false,
"stream_options": {
"include_usage": true
},
"max_tokens": 123,
"n": 1,
"frequency_penalty": 0,
"logit_bias": {},
"logprobs": 0,
"presence_penalty": 0,
"stop": "<unknown>",
"temperature": 1,
"top_p": 1,
"echo": true,
"suffix": "<string>",
"best_of": 123,
"seed": 123
}
'