एक OpenAI edit-reference snippet GPT image models के लिए default response behavior का जिक्र करता है, जिससे edit method का संबंध GPT image model family से जुड़ता है। हालांकि यह snippet अकेले GPT Image 2 की पूरी feature list या हर parameter detail नहीं बताता।
यही वजह है कि सही निष्कर्ष यह है: GPT Image 2 को केवल ‘नई image बनाने वाला’ कहना ठीक नहीं होगा, क्योंकि उपलब्ध GPT Image 2 integration pages existing images edit करने के examples देते हैं।
डेवलपर भाषा में सबसे सुरक्षित शब्द input image है। fal.ai के GPT Image 2 edit example में image_urls field दिखती है, इसलिए उस integration में image URL को input के रूप में देना documented है। OpenAI का reference wording इससे व्यापक है: prompt और/या input image के आधार पर नई image generate की जा सकती है।
लेकिन यहाँ एक जरूरी सावधानी है। किसी third-party wrapper में दिखने वाला parameter—जैसे image_urls—अपने आप direct OpenAI API schema का universal field नाम नहीं बन जाता। OpenAI के GPT Image 2 model-page snippet और edit reference से पूरी request schema, input limits या account-specific availability साफ़-साफ़ नहीं मिलती; production में जाने से पहले current OpenAI model page और image-edit reference जरूर verify करें।
OpenAI के GPT Image cookbook में mask वाला edit workflow बताया गया है। Mask का इस्तेमाल तब किया जा सकता है जब आप input image के किसी खास हिस्से को बदलने से बचाना चाहते हों।
लेकिन इसी note में यह चेतावनी भी है कि model mask के अंदर के कुछ हिस्सों को फिर भी edit कर सकता है। अगर बिल्कुल exact mask चाहिए, तो OpenAI segmentation model इस्तेमाल करने की सलाह देता है। आसान शब्दों में: mask editing को दिशा देता है, पर pixel-perfect boundary की गारंटी नहीं देता।
image_urls को fal.ai integration के लिए confirmed मानें, direct OpenAI API का universal parameter नाम मानकर न चलें।हाँ, GPT Image 2 supplied input images को edit कर सकता है; यह सिर्फ text से बिल्कुल नई images बनाने तक सीमित नहीं है। OpenAI docs edit और input-image workflows को support करते हैं, जबकि GPT Image 2-specific सबसे साफ़ examples Replicate और fal.ai से मिलते हैं। फिर भी, live product या production integration बनाने से पहले direct OpenAI API की current schema, limits और availability verify करना जरूरी है।
Comments
0 comments