Use AI Model Overrides Strategically
While GPT Mate uses a default model for each sheet, you can override it on a per-formula basis using the optional model parameter.
This is useful when you want to balance speed, cost, and quality for different use cases within the same sheet. See supported AI models
Examples:
- Use
=GPT
(prompt, [input], "gpt-3.5-turbo") for creative or long form content - Use
=GPT
(prompt, [input], "gpt-0.3-mini") for quick replies, short form content
tip
Use higher-tier models for quality. Use faster ones when speed matters.