Kong 3.11 does not support string list input for llm/v1/embeddings?

Hi Team,

After upgraded Kong to 3.11 version, when I try to use string list input in body request for llm/v1/embeddings, show me the error “message”: “request body doesn’t contain valid inputs”.

When I switch use single string for llm/v1/embeddings, it works.

Directly run the python SDK, it works which means the backend support string list input.

So, my question is that Kong 3.11 ai-proxy does not support string list input for llm/v1/embeddings?

Is there any plan to support it?