Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 555 Bytes

list-models.md

File metadata and controls

44 lines (37 loc) · 555 Bytes

Chat API

Request

{
  "input": {
    "api": {
      "method": "POST",
      "endpoint": "/model"
    },
    "payload": {
      "action": "list"
    }
  }
}

Response

RUN

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

RUNSYNC

{
    "delayTime": 27982,
    "executionTime": 307,
    "id": "sync-4b4a8565-0018-4802-a453-b336f9d332d7",
    "output": {
        "result": [
            "TheBloke_Pygmalion-13B-SuperHOT-8K-GPTQ"
        ]
    },
    "status": "COMPLETED"
}