File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
apps/baseai.dev/content/docs/tools Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,31 @@ You can learn more about it [here](/docs/tool/quickstart).
44
44
45
45
---
46
46
47
- ## What models in BaseAI support tool calling?
47
+ ## What providers in BaseAI support tool calling?
48
48
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
50
72
51
73
---
52
74
You can’t perform that action at this time.
0 commit comments