Filter: classifai_googleai_gemini_api_model

apply_filters( 'classifai_googleai_gemini_api_model', $model ) → {string}

Filter the model name.

Useful if you want to use a different model, like gemini-2.5-pro-preview-05-06.

Parameters:
Name Type Description
$model string

The default model to use.

Since:
  • 3.4.0
Source:
Returns:

The model to use.

Type
string