From daf098df1d93fd3b2075c32c15a8ae8b674e66b8 Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:07:48 -0700 Subject: [PATCH 1/2] docs(weave): Update models list in Playground doc --- docs/docs/guides/tools/playground.md | 125 +++++++++++++++++---------- 1 file changed, 80 insertions(+), 45 deletions(-) diff --git a/docs/docs/guides/tools/playground.md b/docs/docs/guides/tools/playground.md index ad7a983aa29..d6e92e43fa9 100644 --- a/docs/docs/guides/tools/playground.md +++ b/docs/docs/guides/tools/playground.md @@ -57,84 +57,119 @@ There are two ways to access the Playground: ## Select an LLM -You can switch the LLM using the dropdown menu in the top left. Currently, the available models are: +You can switch the LLM using the dropdown menu in the top left. The available models from various providers are listed below: -- gpt-40-mini -- claude-3-5-sonnet-20240620 +- [AI21](#ai21) +- [Amazon](#amazon) +- [Anthropic](#anthropic) +- [Cohere](#cohere) +- [Google](#google) +- [Groq](#groq) +- [Meta](#meta) +- [Mistral](#mistral) +- [OpenAI](#openai) +- [X.AI](#xai) + + +### AI21 +- ai21.j2-mid-v1 +- ai21.j2-ultra-v1 + +### Amazon +- amazon.nova-lite +- amazon.nova-micro +- amazon.nova-pro +- amazon.titan-text-express-v1 +- amazon.titan-text-lite-v1 + +### Anthropic +- anthropic.claude-3-5-sonnet-20240620-v1:0 +- anthropic.claude-3-haiku-20240307-v1:0 +- anthropic.claude-3-opus-20240229-v1:0 +- anthropic.claude-3-sonnet-20240229-v1:0 +- anthropic.claude-instant-v1 +- anthropic.claude-v2 +- anthropic.claude-v2:1 - claude-3-5-sonnet-20241022 - claude-3-haiku-20240307 - claude-3-opus-20240229 - claude-3-sonnet-20240229 + +### Cohere +- cohere.command-light-text-v14 +- cohere.command-r-plus-v1:0 +- cohere.command-r-v1:0 +- cohere.command-text-v14 + +### Google +- gemini/gemini-1.5-flash - gemini/gemini-1.5-flash-001 - gemini/gemini-1.5-flash-002 - gemini/gemini-1.5-flash-8b-exp-0827 - gemini/gemini-1.5-flash-8b-exp-0924 - gemini/gemini-1.5-flash-exp-0827 - gemini/gemini-1.5-flash-latest -- gemini/gemini-1.5-flash +- gemini/gemini-1.5-pro - gemini/gemini-1.5-pro-001 - gemini/gemini-1.5-pro-002 - gemini/gemini-1.5-pro-exp-0801 - gemini/gemini-1.5-pro-exp-0827 - gemini/gemini-1.5-pro-latest -- gemini/gemini-1.5-pro - gemini/gemini-pro + +### Groq +- groq/gemma-7b-it +- groq/gemma2-9b-it +- groq/llama-3.1-70b-versatile +- groq/llama-3.1-8b-instant +- groq/llama3-70b-8192 +- groq/llama3-8b-8192 +- groq/llama3-groq-70b-8192-tool-use-preview +- groq/llama3-groq-8b-8192-tool-use-preview +- groq/mixtral-8x7b-32768 + +### Meta +- meta.llama2-13b-chat-v1 +- meta.llama2-70b-chat-v1 +- meta.llama3-1-405b-instruct-v1:0 +- meta.llama3-1-70b-instruct-v1:0 +- meta.llama3-1-8b-instruct-v1:0 +- meta.llama3-70b-instruct-v1:0 +- meta.llama3-8b-instruct-v1:0 + +### Mistral +- mistral.mistral-7b-instruct-v0:2 +- mistral.mistral-large-2402-v1:0 +- mistral.mistral-large-2407-v1:0 +- mistral.mixtral-8x7b-instruct-v0:1 + +### OpenAI +- gpt-3.5-turbo - gpt-3.5-turbo-0125 - gpt-3.5-turbo-1106 - gpt-3.5-turbo-16k -- gpt-3.5-turbo +- gpt-4 - gpt-4-0125-preview - gpt-4-0314 - gpt-4-0613 - gpt-4-1106-preview - gpt-4-32k-0314 +- gpt-4-turbo - gpt-4-turbo-2024-04-09 - gpt-4-turbo-preview -- gpt-4-turbo -- gpt-4 - gpt-40-2024-05-13 - gpt-40-2024-08-06 +- gpt-40-mini - gpt-40-mini-2024-07-18 - gpt-4o -- groq/gemma-7b-it -- groq/gemma2-9b-it -- groq/llama-3.1-70b-versatile -- groq/llama-3.1-8b-instant -- groq/llama3-70b-8192 -- groq/llama3-8b-8192 -- groq/llama3-groq-70b-8192-tool-use-preview -- groq/llama3-groq-8b-8192-tool-use-preview -- groq/mixtral-8x7b-32768 -- o1-mini-2024-09-12 - o1-mini -- o1-preview-2024-09-12 +- o1-mini-2024-09-12 - o1-preview -- ai21.j2-mid-v1 -- ai21.j2-ultra-v1 -- amazon.titan-text-lite-v1 -- amazon.titan-text-express-v1 -- mistral.mistral-7b-instruct-v0:2 -- mistral.mixtral-8x7b-instruct-v0:1 -- mistral.mistral-large-2402-v1:0 -- mistral.mistral-large-2407-v1:0 -- anthropic.claude-3-sonnet-20240229-v1:0 -- anthropic.claude-3-5-sonnet-20240620-v1:0 -- anthropic.claude-3-haiku-20240307-v1:0 -- anthropic.claude-3-opus-20240229-v1:0 -- anthropic.claude-v2 -- anthropic.claude-v2:1 -- anthropic.claude-instant-v1 -- cohere.command-text-v14 -- cohere.command-light-text-v14 -- cohere.command-r-plus-v1:0 -- cohere.command-r-v1:0 -- meta.llama2-13b-chat-v1 -- meta.llama2-70b-chat-v1 -- meta.llama3-8b-instruct-v1:0 -- meta.llama3-70b-instruct-v1:0 -- meta.llama3-1-8b-instruct-v1:0 -- meta.llama3-1-70b-instruct-v1:0 -- meta.llama3-1-405b-instruct-v1:0 +- o1-preview-2024-09-12 + +### X.AI +- xai/grok-beta + ## Adjust LLM parameters From b3fb2cea01c2898e1b4ef7fe660464d5e96192ec Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:10:20 -0700 Subject: [PATCH 2/2] Retrigger build