Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
--header 'Authorization: Bearer example-token'

Endpoints

...

Jobs on the LLM service can be submitted and managed through API requests.

Submitting a job

Submitting inference jobs to the LLM service is accomplished through the jobs API endpoint:

...

Code Block
languagetext
{
  "success":false,
  "error":"Invalid input format"
}

...

Retrieving job status

To retrieve the current status of a job that has been submitted to the LLM service, the jobs API endpoint accepts GET requests with a comma-separated list of one or more job IDs as a path parameter:

...