SpyBara
Go Premium

assistants/tools.md 2026-07-27 17:02 UTC to 2026-07-28 23:01 UTC

17 added, 13 removed.

2026
Fri 31 15:58 Thu 30 23:58 Wed 29 22:58 Tue 28 23:01 Mon 27 17:02 Sat 25 05:59 Fri 24 19:01 Thu 23 03:02 Wed 22 20:02 Tue 21 15:00 Mon 20 21:59 Sat 18 22:00 Fri 17 19:58 Thu 16 17:00 Wed 15 16:58 Tue 14 21:58 Mon 13 21:58 Sat 11 07:01 Fri 10 23:02 Thu 9 17:03 Wed 8 22:02 Mon 6 22:58 Sat 4 16:59

Assistants API tools

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.

After achieving feature parity in the Responses API, we've deprecated the Assistants API. It will shut down on August 26, 2026. Follow the migration guide to update your integration. Learn more.

Overview

Assistants created using the Assistants API can be equipped with tools that allow them to perform more complex tasks or interact with your application. We provide built-in tools for assistants, but you can also define your own tools to extend their capabilities using Function Calling.

The Assistants API currently supports the following tools:

File Search

  Built-in RAG tool to process and search through files

Code Interpreter

  Write and run python code, process files and diverse data

Function Calling

  Use your own custom functions to interact with your application

Next steps