...
Code Block | ||
---|---|---|
| ||
{ "app": "gridrepublic:text-inference", "commandLine": "{\"inputs\": [\"When does 1+1=10?\"] }", "hours": 1, "tag": "gemma:2b" } |
Response
When the job is submitted, the API returns a success indicator and either an array of job "ids", when success is true, or a string indicating an "error", when success is false. For example:
...