From cd874dbe90131ba35483bd6e16cb316dd5077b79 Mon Sep 17 00:00:00 2001 From: sr-remsha <46220620+sr-remsha@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:21:26 +0200 Subject: [PATCH] Update supported-models.md (#149) --- docs/supported-models.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/supported-models.md b/docs/supported-models.md index cad6a23c..845e9cbe 100644 --- a/docs/supported-models.md +++ b/docs/supported-models.md @@ -1,20 +1,20 @@ # Supported Models -> In this list, you can find all LLMs that have been tested and verified. You can use our OpenAI adapter to connect to a much wider spectrum of models compatible with OpenAI API. +In this list, you can find models that we have tested and verified. We are commited to adding more and constantly update this list. You can use our OpenAI adapter to connect to a much wider spectrum of models compatible with OpenAI API. Refer to [OpenAI](https://github.com/epam/ai-dial-adapter-openai), [Bedrock](https://github.com/epam/ai-dial-adapter-bedrock/?tab=readme-ov-file#supported-models), [Vertex](https://github.com/epam/ai-dial-adapter-vertexai/?tab=readme-ov-file#supported-models) adapters to view more details about them and the supported models. -| Group | Models | +| Vendor | Models | | :-- | :-- | -| AI21 Models | ai21.j2-grande-instruct, ai21.j2-jumbo-instruct | -| Amazon Models | amazon.titan-tg1-large, amazon.titan-embed-text-v1, amazon.titan-embed-text-v2:0, amazon.titan-embed-image-v1 | -| Anthropic Models | anthropic.claude-instant-v1, anthropic.claude-v2, anthropic.claude-v2-1, anthropic.claude-v3-opus, anthropic.claude-v3-haiku, anthropic.claude-v3-sonnet, anthropic.claude-v3-5-sonnet, anthropic.claude | -| Cohere Models | cohere.command-text-v14 | -| Databricks Models | databricks-bge-large-en, databricks-llama-2-70b-chat, databricks-mixtral-8x7b-instruct, databricks-dbrx-instruct | -| E5 Models | e5-large-v2 | -| Google Models | chat-bison@001, chat-bison-32k@002, chat-bison, codechat-bison@001, codechat-bison-32k@002, codechat-bison, gemini-pro, gemini-pro-vision, gemini-1.5-pro-preview-0409, gemini-1.5-flash-001, textembedding-gecko@001, imagegeneration@005 | -| Meta Models | meta.llama3-8b-instruct-v1, meta.llama3-70b-instruct-v1, meta.llama3, meta.llama2-13b-chat-v1, meta.llama2-70b-chat-v1, meta.llama2, CodeLlama-34b-Instruct-hf, Llama-3-8B-Instruct | -| Mistral Models | Mistral-7B-Instruct, Mixtral-8x7B-Instruct-v0.1, mistral-large-azure | -| OpenAI Models | gpt-35-turbo-0301, gpt-35-turbo-0613, gpt-35-turbo-1106, gpt-35-turbo-0125, gpt-35-turbo, gpt-35-turbo-16k, gpt-4-0613, gpt-4, gpt-4-1106-preview, gpt-4-0125-preview, gpt-4-turbo-2024-04-09, gpt-4-turbo, gpt-4-32k-0314, gpt-4-32k-0613, gpt-4-32k, gpt-4-vision-preview, gpt-4o-2024-05-13, dall-e-3, text-embedding-ada-002, text-embedding-3-large, text-embedding-3-small | -| Stability AI Models | stability.stable-diffusion-xl | +| AI21| ai21.j2-grande-instruct, ai21.j2-jumbo-instruct | +| Amazon| amazon.titan-tg1-large, amazon.titan-embed-text-v1, amazon.titan-embed-text-v2:0, amazon.titan-embed-image-v1 | +| Anthropic| anthropic.claude-instant-v1, anthropic.claude-v2, anthropic.claude-v2-1, anthropic.claude-v3-opus, anthropic.claude-v3-haiku, anthropic.claude-v3-sonnet, anthropic.claude-v3-5-sonnet, anthropic.claude | +| Cohere| cohere.command-text-v14 | +| Databricks| databricks-bge-large-en, databricks-llama-2-70b-chat, databricks-mixtral-8x7b-instruct, databricks-dbrx-instruct | +| E5| e5-large-v2 | +| Google| chat-bison@001, chat-bison-32k@002, chat-bison, codechat-bison@001, codechat-bison-32k@002, codechat-bison, gemini-pro, gemini-pro-vision, gemini-1.5-pro-preview-0409, gemini-1.5-flash-001, textembedding-gecko@001, imagegeneration@005 | +| Meta| meta.llama3-8b-instruct-v1, meta.llama3-70b-instruct-v1, meta.llama3, meta.llama2-13b-chat-v1, meta.llama2-70b-chat-v1, meta.llama2, CodeLlama-34b-Instruct-hf, Llama-3-8B-Instruct | +| Mistral| Mistral-7B-Instruct, Mixtral-8x7B-Instruct-v0.1, mistral-large-azure | +| OpenAI| gpt-35-turbo-0301, gpt-35-turbo-0613, gpt-35-turbo-1106, gpt-35-turbo-0125, gpt-35-turbo, gpt-35-turbo-16k, gpt-4-0613, gpt-4, gpt-4-1106-preview, gpt-4-0125-preview, gpt-4-turbo-2024-04-09, gpt-4-turbo, gpt-4-32k-0314, gpt-4-32k-0613, gpt-4-32k, gpt-4-vision-preview, gpt-4o-2024-05-13, dall-e-3, text-embedding-ada-002, text-embedding-3-large, text-embedding-3-small | +| Stability AI| stability.stable-diffusion-xl |