Skip to main content

What you saw

Why it happened

The OpenAI-compatible chat completions API requires a messages array with at least one entry. Manifest got a body where messages was missing, not an array, or empty.

How to fix it

Send a body shaped like this:
The OpenAI SDK handles this for you. If you’re hand-rolling the request, eyeball the JSON before posting.