cURL
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 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.infera.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.infera.org/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Successful Response