# Change AI model

The AI model dictates the quality of your AI bot's responses. You can pick between the latest models from OpenAI.

The default AI model is GPT-3.5-turbo.

To change your AI model, head to <mark style="color:purple;">**Bots > Manage > Settings > General > AI model.**</mark>

<figure><img src="/files/VnZL9pbhykDK0sEsvg0x" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Superior AI models cost more AI credits per response. One GPT-3.5-turbo response costs 1 AI credit whereas one GPT-4-turbo response costs 15 AI credits.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.superseek.ai/home/using-superseek/ai-settings/change-ai-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
