2 Select your AI Provider and LLMs
Choose an AI provider and LLM that meets your security standards and aligns with your specific needs, like text or code generation.
Different LLMs excel at various tasks based on their training data and intended purpose. Some models are excellent for text generation but may not perform well in code generation, while others are specifically optimized for coding tasks. Choose an LLM that best suits your needs.
| AI Provider | LLMs | Embedding Model for RAG | Purpose |
|---|---|---|---|
|
OCI Generative AI |
|
|
The OCI Generative AI Chat models are supported for
all The OCI Generate text models are supported only for
To configure your profile attributes, see Profile Attributes. |
|
Azure OpenAI Service |
|
text-embedding-ada-002 |
Best suited for generating SQL from natural language
prompts, |
|
OpenAI |
|
text-embedding-ada-002 |
Best suited for generating SQL from natural language
prompts, |
|
OpenAI-Compatible |
Models from OpenAI-compatible providers such as:
|
Embedding models from OpenAI-compaitble providers. For example, see Fireworks AI embedding models. |
Supports a wide range of use cases. |
|
Cohere |
|
embed-english-v2.0 |
Best suited for |
|
|
|
text-embedding-004 (default) |
Best suited for generating SQL from natural language
prompts, |
|
Anthropic |
|
NA |
Best suited for generating SQL from natural language
prompts, |
|
Hugging Face |
|
NA |
Best suited for generating SQL from natural language
prompts, |
|
AWS |
|
Supports a wide range of use cases. |
Note:
-
Specify OpenAI-compatible provider through
provider_endpointinstead ofproviderparameter. See Profile Attributes. -
For models that accept images, use
meta.llama-3.2-90b-vision-instruct. This model is specifically trained for vision and images. While it can be used for text and SQL generation, the model is best suited for images. To learn more, see Chat in OCI Generative AI.The
meta.llama-3.2-11b-vision-instructmodel provides robust multimodal capabilities. -
Embedding models are also known as transformer models.
Parent topic: Select AI