Skip to content

Commit 3953d9a

Browse files
committed
📦 NEW: Tool call models in tools FAQ
1 parent bf851b7 commit 3953d9a

File tree

1 file changed

+24
-2
lines changed
  • apps/baseai.dev/content/docs/tools

1 file changed

+24
-2
lines changed

‎apps/baseai.dev/content/docs/tools/faqs.mdx

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,31 @@ You can learn more about it [here](/docs/tool/quickstart).
4444

4545
---
4646

47-
## What models in BaseAI support tool calling?
47+
## What providers in BaseAI support tool calling?
4848

49-
Currently all the OpenAI models like GPT-3, GPT-4, etc., support tool calling in BaseAI.
49+
We support tool calling for the following providerss:
50+
51+
### OpenAI models
52+
53+
We support tool calling in all models provided by OpenAI.
54+
55+
### Anthropic models
56+
57+
We support tool calling in all models provided by Anthropic. However, it is in beta at the moment.
58+
59+
### Google
60+
61+
We support tool calling in all models provided by Google. However, it is in beta at the moment.
62+
63+
### Together
64+
65+
We support tool calling in the following models provided by Together. However, it is in beta at the moment.
66+
67+
- meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo
68+
- meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo
69+
- meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo
70+
- mistralai/Mistral-7B-Instruct-v0.1
71+
- mistralai/Mixtral-8x7B-Instruct-v0.1
5072

5173
---
5274

0 commit comments

Comments
 (0)