Can the models call tools?
Yes. Meta Model API supports tool calling (also called function calling), so a model can call external tools and data sources you define — for example, to look up live data or trigger an action mid-conversation.
For a full guide with code examples, see Tool calling in the developer documentation. To try it without writing code, see Calling tools in the Playground.