---
title: "AI Models"
---

## Standard Model

Our current Standard Model is **GLM 5.2**. It consumes **1 credit per token** and is available to all plans.

:::note
We are keeping our standard model up to date with the latest available model
:::


## Advanced Model

Our current Advanced Model is **GLM 5.2 nitro**, a priority high-throughput serving of GLM 5.2 for faster responses. It consumes **5 credits per token** (5x more than the Standard Model) and requires a paid plan (Pro or Standard plan).

:::note
We are keeping our advanced model up to date with the latest available model
:::


## 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).

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

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

## Activating Advanced Model in custom formulas in Google Sheets

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


![](/files/QWOR0066WuW01U6bYokY.png)


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


![](/files/C41pX2uDfu58695iSfPw.png)



:::caution
Please note that the [Advanced Model](#advanced-model) will consume **5x more credits** than the [Standard Model](#standard-model)
:::

## Image Models

<code>=GPT_IMAGE</code> lets you select from several image generation models via the <code>model</code> parameter:

| <code>model</code> value | Model | Credits / token | Plans |
| --- | --- | --- | --- |
| <code>gemini</code> (default) | Gemini 3.1 Flash Lite Image (nano banana) | 6 | All plans |
| <code>gpt</code> | GPT Image 1 mini | 5 | All plans |
| <code>openai/gpt-image-2</code> | GPT Image 2 | 15 | Paid plans only |
| <code>google/gemini-3-pro-image</code> | Gemini 3 Pro Image | 30 | Paid plans only |

Legacy model names (<code>dall-e</code>, <code>dall-e-3</code>, <code>gpt-image-1</code>, <code>gpt-5-image</code>, etc.) keep working and are automatically mapped to the closest current model above.

## Web Search Model

<code>=GPT_WEB</code> uses **Perplexity Sonar Pro Search**, which has live web access built in to fetch up to date information. It is only available on **paid plans**, with a **minimum cost of 5,000 credits per call**.