Overview

Models that support tool calls can extend their capabilities beyond just chatting. Tools will appear as separate messages in the chat window, displaying a preloader while the tool is being executed and an orange checkmark when the execution is complete.

Models that support tools

OpenAI:

  • GPT-4o mini

  • GPT-4o

  • GPT-4 Turbo

  • GPT-3.5 Turbo

Anthropic:

  • Claude 3.5 Sonnet

  • Claude 3 Sonnet

  • Claude 3 Opus

  • Claude 3 Haiku

Google:

  • Gemini 1.5 Pro

  • Gemini 1.5 Flash

  • Gemini 1.0 Flash

Groq:

  • Llama 3.1 70b

  • Llama 3.1 70b

OpenAI API key is required for Search in Files and Extract Web Content tools.

Using the Tools

There is no need to explicitly specify which tool the model should use. The model will attempt to infer the appropriate tool based on the context of the conversation and the content of your prompt.

Available Tools

Create File

Creates a text based file.

Read File

Reads an entire file from the generated fragments or knowledge files.

List Files

Lists all files in the generated fragments or knowledge files.

Search in Files

Searches throught the knowledge files for relevent information and use it as context.

Generate Image

Generates an image using the selected image model.

Memorize

Memorizes a piece of information making it always available in the context. You can manage the memorized snipets from the Chat Settings Panel.

Extract Web Content

Tries to extract relative text content from a web page.

Search Web

Performs a web search. (Spawns assistant)

Last updated