C3 AI Documentation Home

LLM and Embedder Support Changelog

LLM and Embedder Support

The C3 AI Agentic Platform supports a wide variety of LLM and embedder models across multiple providers. There are several levels of support:

  1. QA-tested models — A wider set of LLMs and embedders is tested with each release. See the release details below for the list of models we QA.

  2. LiteLLM — The C3 AI Agentic Platform uses the open source LiteLLM library to map to each provider's APIs. Each release section below lists the LiteLLM version we ship in our runtimes. Supported models for that version are documented in the LiteLLM repository in model_prices_and_context_window.json. Most supported models for the major providers (OpenAI, Anthropic, Vertex, Bedrock, and Azure) should work out of the box.

New models are released frequently. Minor revisions from a major provider typically work out of the box. Others may require upgrading the LiteLLM version.


C3 AI Agentic Platform Release 8.10

For this release, we tested the following models:

ModelProviderC3 type for client
Cohere-command-r-plus-08-2024AzureGenaiCore.Llm.AzureAi
gpt-5-mini-globalstandard-2025-08-07Azure OpenAIGenaiCore.Llm.AzureOpenAi
anthropic.claude-3-sonnet-20240229-v1:0BedrockGenaiCore.Llm.Bedrock
gemini-2.0-flash-liteVertexGenaiCore.Llm.VertexAi
text-embedding-3-small-globalstandard-1Azure OpenAIGenaiCore.Llm.AzureOpenAi
amazon.titan-embed-text-v2:0BedrockGenaiCore.Llm.Bedrock
text-embedding-005VertexGenaiCore.Llm.VertexAi
gpt-4o-globalbatch-2024-11-20Azure OpenAIGenaiCore.Llm.AzureOpenAi
gemini-2.0-flash-lite-001VertexGenaiCore.Llm.VertexAi
o4-mini-globalstandard-2025-04-16Azure OpenAIGenaiCore.Llm.AzureOpenAi

We shipped with version 1.80.8 of LiteLLM. The list of supported models is in model_prices_and_context_window.json.

Was this page helpful?