# AI Models

## Standard Model

Our current Standard Model is GPT 4 mini. The fastest and smartest model currently available on the market.

See more details on this model from [OpenAI blog post](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/)

{% hint style="info" %}
We are keeping our standard model up to date with OpenAI latest model
{% endhint %}

## Advanced Model

Our current Advanced Model is **GPT 4o**. The currently most advanced model available on the market.

See more details on this model from [OpenAI blog post](https://openai.com/index/hello-gpt-4o/)

{% hint style="info" %}
We are keeping our standard model up to date with OpenAI latest model
{% endhint %}

## Which model can I use?

The [Advanced Model](#advanced-model) is enabled by default to all users in Chat.

By default all custom formulas in Google Sheets (=GPT) use our [Standard Model](#standard-model).

Only our [Pro](https://app.gpt.space/pricing) users can activate our Advanced Model in Google Sheet formulas.

Please see our [pricing page](https://app.gpt.space/pricing) for more details.&#x20;

## Activating Advanced Model in custom formulas in Google Sheets

Only our [Pro](https://app.gpt.space/pricing) users have access to the **Advanced Model** inside of the Google Sheets GPT formulas (=GPT)

<figure><img src="https://1096151144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGl9bWvDp1A2xWk189Yux%2Fuploads%2FSWIpvYQasn1LXrmurYrP%2Fimage.png?alt=media&#x26;token=8bfc4fdc-7bcc-43e5-9a6b-991f0db4418d" alt="zoom on the =GPT formula" width="531"><figcaption></figcaption></figure>

To activate the **Advanced Model** in your cell, set **`advanced`** as the last value of the formula (here value and temperature are left out).

<figure><img src="https://1096151144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGl9bWvDp1A2xWk189Yux%2Fuploads%2FjwmFbHaOpjvTmIE9ioXd%2FScreenshot%202024-08-07%20at%2023.39.16.png?alt=media&#x26;token=535083f6-8677-40be-9b6a-85b5b8aa3e25" alt="example of a prompt"><figcaption></figcaption></figure>

{% hint style="warning" %}
Please note that the [Advanced Model](#advanced-model) will consume **10x more credits** than the [Standard Model](#standard-model)
{% 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://support.gpt.space/pricing-and-models/ai-models.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.
