Decisional offers multiple AI models with varying capabilities and performance profiles. You can rely on the default
auto setting or explicitly choose a model to tailor performance, speed, and cost to your requirements.
Default
- Let Decisional automatically choose the best-suited model based on your query. This is recommended if you’re unsure which model fits your use case or want a balanced approach without manually tuning.
Warning
Combining reasoning models with advanced reasoning:
model = "gpt-5.4", advanced_reasoning = true Higher-level models with advanced reasoning can significantly slow down response times. Use this combo only when you need the deepest analysis possible.Selecting a Model
You can specify which model to use when making a query by including themodel parameter in your request:
Query API Example