> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/ar/models/chatgpt-images-2.0.md).

# ChatGPT Images 2.0

ما الذي يتفوق فيه هذا النموذج، وكيف تستخدمه للصور والتحريرات الغنية بالنصوص.

تتيح لك صور ChatGPT 2.0 على Morphic إنشاء صور من النص وتحرير الصور الموجودة باستخدام أحدث نموذج من OpenAI. صف ملصق منتج، أو ملصقًا متعدد اللغات، أو واجهة تطبيق، وسيقوم النموذج بعرض النص بشكل صحيح، بتفاصيل شديدة الواقعية.

### كيفية الوصول إلى صور ChatGPT 2.0 على Morphic

1. افتح مشروعًا جديدًا أو مشروعًا موجودًا على Morphic
2. بدّل الوضع إلى "صورة" في شريط المطالبة أسفل الصفحة

<figure><img src="https://468387403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FQUtcAGPCeHR7WMgrPiVY%2FCleanShot%202026-04-22%20at%2015.49.40.png?alt=media&amp;token=c204d1af-243c-4439-987c-12097d38ca1b" alt=""><figcaption></figcaption></figure>

3. انقر على محدد النموذج واختر "GPT Image 2"

<figure><img src="https://468387403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FF9cjqX3e8zNffurKYbT0%2FCleanShot%202026-04-22%20at%2015.49.59.png?alt=media&amp;token=4d2efbdb-81e5-4fc6-8d0c-6ddd1d4375df" alt=""><figcaption></figcaption></figure>

4. اكتب مطالبتك التي تصف ما تريد إنشاءه
5. (اختياري) حمّل صورة مرجعية إذا كنت تريد تعديل صورة موجودة بدلًا من إنشائها من الصفر
6. انقر على الزر الأزرق في شريط الوصف

### نصائح للحصول على نتائج أفضل

| افعل                                                                                            | لا تفعل                                                               |
| ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| ضع النص الدقيق الذي تريده بين علامتي اقتباس، مثل "OPEN LATE" أو "Summit Roast"                  | اترك النص بدون علامات اقتباس وأمل أن يتهجّى النموذج الكلمات بشكل صحيح |
| أضف اتجاهًا مكانيًا لوضع النص ("في المنتصف أعلى الصفحة"، "الزاوية السفلية اليسرى")              | تخطَّ تعليمات الموضع وافترض أن النموذج سيخمن                          |
| ابدأ مطالبتك بالأسلوب البصري قبل الموضوع ("صورة فوتوغرافية شديدة الواقعية بتقنية 35 ملم لـ...") | صف كل شيء أولًا وأضف الأسلوب كفكرة لاحقة                              |
| اذكر إعداد إضاءة حقيقيًا ("إضاءة ناعمة من النافذة من اليسار"، "إضاءة فلورية طبيعية")            | قل "إضاءة جيدة" أو اتركه خارجًا تمامًا                                |
| حمّل صورة مرجعية للتعديلات وصف ما الذي سيتغير وما الذي سيبقى كما هو                             | حاول وصف صورة موجودة من الذاكرة بدلًا من تحميلها                      |

هكذا تستخدم صور ChatGPT 2.0 على Morphic. استخدمها عندما تحتاج صورك المرئية إلى نص دقيق، أو تفاصيل واقعية، أو تعديلات على صورة موجودة دون البدء من جديد.

***

إذا واجهت أي مشكلة أو كانت لديك أي أسئلة، فلا تتردد في التواصل معنا. يسعدنا مساعدتك. راسلنا على [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/ar/models/chatgpt-images-2.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
