HTTP Request node
Body JSON
{
"model": "gpt-5.3",
"messages": [
{
"role": "user",
"content": "Say n8n-ok"
}
]
}
- Method:
POST - URL:
https://base.cheap-api.shop/v1/chat/completions - Auth: Bearer token
- Token: your CheapAI key
Why this path
This path is explicit and reliable. You always know which URL, headers, and payload n8n is sending.