{
  "name": "Standard Compute \u2014 first API response",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-start",
      "name": "Run manually",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://api.stdcmpt.com/v1/chat/completions",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "{\"model\": \"standardcompute\", \"messages\": [{\"role\": \"user\", \"content\": \"Reply with one word: Connected\"}], \"max_tokens\": 128}",
        "options": {
          "timeout": 60000
        },
        "contentType": "json"
      },
      "id": "standardcompute-chat",
      "name": "Get a model response",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        280,
        0
      ]
    }
  ],
  "connections": {
    "Run manually": {
      "main": [
        [
          {
            "node": "Get a model response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "pinData": {}
}
