AI models
AI model settings control where Finseo runs your tracking prompts. More models give broader coverage, but they also increase the number of AI answers generated per prompt.Available models
Finseo supports the following model channels in the dashboard:| Model ID | Description |
|---|---|
chatgpt | ChatGPT GUI/UI-style tracking. |
chatgpt_gui | ChatGPT API-style tracking. |
perplexity | Perplexity answers and source citations. |
ai_overview | Google AI Overview-style result tracking. |
google_ai_mode | Google AI Mode-style result tracking where available. |
claude | Claude answers. |
grok | Grok answers. |
mistral | Mistral answers. |
deepseek | DeepSeek answers. |
gemini | Gemini answers. |
Default model selection
New accounts start with these defaults:Account defaults vs project settings
Finseo supports two levels of model settings:- Account defaults apply when a project has no custom model settings.
- Project-specific settings override the account defaults for one project.
Change enabled models
- Open Models.
- Select the project if you want project-specific settings.
- Toggle the models you want to track.
- Save the settings.
Model limits
Most plans can enable up to3 models per prompt. Agency plans and custom enterprise quotes can allow more models.
If you hit the model limit, disable one model before enabling another. The limit is enforced when saving model preferences and when adding new prompts.
For agency accounts, model count affects projected monthly AI answers. Adding prompts across many models increases usage because each prompt is run once per enabled model.
How model count affects results
The number of generated answers is roughly:Choosing a model mix
Start with:chatgptfor broad assistant visibility.perplexityfor citation-heavy AI search behavior.ai_overviewfor Google AI result visibility.
- Add
claudefor B2B, enterprise, technical, or research-heavy markets. - Add
geminiorgoogle_ai_modewhen Google AI surfaces are strategically important. - Add
grok,mistral, ordeepseekwhen your audience uses those platforms.
API behavior
When you create prompts through the API, you can pass an explicitmodels array.
models, Finseo uses the enabled project settings. If no project settings exist, it uses the account defaults.
See the Create Prompt API for the full reference.