What you saw
Why it happened
The OpenAI-compatible chat completions API requires amessages array with at least one entry. The gateway received a body where messages was missing, not an array, or empty.
M300 is returned when /v1/chat/completions receives no usable messages array.
messages array with at least one entry. The gateway received a body where messages was missing, not an array, or empty.