diff --git a/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx b/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx new file mode 100644 index 0000000000..7de0a9ef36 --- /dev/null +++ b/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx @@ -0,0 +1,17 @@ +--- +title: Support for function calling +status: added +author: + fullname: 'Join the #ai channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-10-25 +category: ai-data +product: managed-inference +--- + +Function calling allows a large language model (LLM) to interact with external tools or APIs. + +Parameters `tools` and `tool_choice` of our OpenAI-compatible chat API are now accepted for models with this capacity. + +Read [our dedicated documentation](https://www.scaleway.com/en/docs/ai-data/managed-inference/reference-content/function-calling-support/) and [tutorial to get started](https://www.scaleway.com/en/docs/tutorials/building-ai-application-function-calling)! +