Function Calling
empowers AI models to interact with external tools and APIs, enabling them to perform specific actions and access real-time information. This capability extends the functionality of AI models beyond simple text generation, allowing for more dynamic and practical applications.
Function Calling
:
deepseek/deepseek-r1-0528
deepseek/deepseek-v3-0324
deepseek/deepseek-v3-turbo
deepseek/deepseek-r1-turbo
meta-llama/llama-4-maverick-17b-128e-instruct-fp8
meta-llama/llama-4-scout-17b-16e-instruct
meta-llama/llama-3.3-70b-instruct
meta-llama/llama-3.2-3b-instruct
baidu/ernie-4.5-vl-424b-a47b
baidu/ernie-4.5-300b-a47b-paddle
thudm/glm-4-32b-0414
qwen/qwen2.5-7b-instruct
minimaxai/minimax-m1-80k
tools
parameter, defining the functions the model can use, and the user’s message.
get_weather
function, and send the result back to the model to generate the final response to the user.