Image generation API supported natural languages

What natural languages does the image generation API support?

I faced that the generated image is very random with for example Hungarian language texts, but if I translate the text into English first then the result will be very accurate.
Currently in my App I have to translate the text from any language to english before sending the request to the endpoint: /v1/images/generations to achieve acceptable accuracy.

Welcome to the community.

It’s trained on English, so English is best to use… although it sometimes gets foreign languages correct - more on the text generation than image generation, though.

2 Likes

Thnx for the response.
It’s what I thought, but it’s okay, so now that I translate the request into English first, my image generation API integration works very well.

1 Like