What “Taking Actions” means and how to enable function calling
AI excels at generating text, but real-world tasks often require actions beyond words—like calling a weather API for current conditions instead of providing outdated information.Live-code Function Calling enables these actions by giving AI access to functions it can use when user requests match those capabilities.
Our agentic models perform function calling by writing code in real-time. This allows them to reference data, perform analysis, and call functions in more sophisticated ways.