apply_filters( 'classifai_xai_grok_vision_model', $model ) → {string}
Filter the vision model name (The model with image and text capabilities).
Useful if you want to use a different model, like grok-vision-beta
Parameters:
Name | Type | Description |
---|---|---|
$model |
string | The default model to use. |
- Since:
- 3.3.0
- Source:
Returns:
The model to use.
- Type
- string