Live data from Hacker News

Llama-3.1 supports tool calls via prompting

braintrust.dev

1–7 of 7 posts

Re: Llama-3.1 supports tool calls via prompting

#4

So do most LLMs now days, no?

Kind of. Those that are explicitly trained to do that with consistent formats will do it better. They'll also save you the extra tokens needed to explain the format/method of interacting with functions. But yeah, you can simulate this with any recent model and enough explanation.