> 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/tr/getting-started/copilot/choose-a-model.md).

# Bir model seçin

Hangi modelin bir Copilot sohbetini çalıştıracağını, her birinin ne için uygun olduğunu ve yeni sohbetlerin hangi modelle başlayacağını nasıl ayarlayacağınızı.

Copilot bir dil modeli üzerinde çalışır ve hangisini kullanacağını siz seçebilirsiniz. İsteğinizi okuyan, işi planlayan ve size yanıt veren model budur. Medyayı hangi görüntü veya video modelinin ürettiği ise, istem çubuğundaki 'Model tercihleri' altında yer alan ayrı bir ayardır.

## Modeller

| Model       | Uygun olduğu alan                                               |
| ----------- | --------------------------------------------------------------- |
| Otomatik    | Her görev için en iyi modeli seçer. Varsayılan                  |
| Sonnet 4.6  | Çoğu görev için dengeli zekâ ve hız                             |
| Grok 4.5    | Günlük görevler için hızlı, doğrudan yanıtlar                   |
| GPT 5.6 Sol | Karmaşık, çok adımlı görevler için derin muhakeme               |
| Fable 5.1   | Hikâye anlatımı ve fikir üretimi için yaratıcı, cilalı yanıtlar |

Bir nedeniniz yoksa bunu 'Otomatik' olarak bırakın. GPT 5.6 Sol ve Fable 5.1 ücretli bir plan gerektirir. Bazı modeller listelenmiş ama soluk görünüyor; bunlar henüz seçilemez.

## Bir sohbet için birini seçin

1. Aç [Copilot](https://studio.morphic.com/chat)
2. İmleç çubuğunun sağ altındaki düğmeye tıklayın. Önce modu, sonra modeli okur; yani 'Auto · Sonnet 4.6', Sonnet 4.6 üzerinde çalışan otomatik oluşturmadır
3. 'Model' altında açılır menüyü açın ve birini seçin. Etkin modeli bir onay işareti belirtir

Seçim sohbete aittir; bu nedenle sohbetler aynı anda farklı modellerde çalışabilir ve siz değiştirene kadar bu ayar korunur.

## Yeni sohbetler için varsayılanı ayarla

1. Aç ['Tercihler'](https://studio.morphic.com/settings/preferences)
2. 'Varsayılan sohbet modu'nun yanında açılır menüyü açın
3. Oradayken 'Model' altında modeli, 'Mod' altında modu seçin

Yeni sohbetler o modelle başlar. Bir sohbetin modelini değiştirmek varsayılanı değiştirmez.

Morphic'te model seçimi böyle yapılır. Çoğu iş için 'Otomatik' yeterlidir; bir sohbet hız veya daha fazla muhakeme gerektirdiğinde modeli kendiniz seçin.

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**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/tr/getting-started/copilot/choose-a-model.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.
