Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 507 Bytes

get-model.md

File metadata and controls

41 lines (34 loc) · 507 Bytes

Chat API

Request

{
  "input": {
    "api": {
      "method": "GET",
      "endpoint": "/model"
    },
    "payload": {
    }
  }
}

Response

RUN

{
    "id": "83bbc301-5dcd-4236-9293-a65cdd681858",
    "status": "IN_QUEUE"
}

RUNSYNC

{
    "delayTime": 19234,
    "executionTime": 329,
    "id": "sync-b2e9990f-5542-457f-a1ec-47cea56186b1",
    "output": {
        "result": "TheBloke_Pygmalion-13B-SuperHOT-8K-GPTQ"
    },
    "status": "COMPLETED"
}