Q: Hi Sohails, thank you again for the Straico API intergration, but
Hi Sohails, thank you again for the Straico API integration, but some of the Straico image models are missing in the drop down menu when selecting the API. I can only select Dall-E3, ideogram V2A turbo and ideogram V2. I am missing OpenAI GPT Image, Flux 1.1 Pro, Google Image 4 and Ideogram V3. The most crucial one for me is the OpenAI GPT Image as that the one I was using on your platform to test with and although it the cheapest in credits, it gave me the best results. It is defiantly available in their API and I have checked the document relating to their platform's API . Please could you let me know when this might be available?
By the way I love your platform it so user friendly.

Sohails
Sep 9, 2025A: Hey,
I've tried OpenAI GPT Image via straico but somehow they are restrcting the access. Could you please share the related document or screenshot? So I can take a look and implement it.

Verified purchaser
Hi Sohails, I have just spoken to the Help desk at Straico and he says that it is included in the API. He has shared the link to the relevant details, https://documenter-getpostman-com.translate.goog/view/5900072/2s9YyzddrR?_x_tr_sl=en&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=tc

Verified purchaser
Hopefully this helps.

Verified purchaser
Hi Sohails, please see below a further response from the Straico team,
curl --location 'https://api.straico.com/v1/image/generation' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "openai/gpt-image-1",
"description": "A stunning depiction of the Milky Way galaxy alongside the Andromeda galaxy",
"size": "square",
"variations": 2
}'

Verified purchaser
Please ask your developer to replace YOUR_API_KEY with their actual API key.
Can you please send an email to our support : hi@smartspreadsheets.co

Verified purchaser
Done.