C3 AI Documentation Home

Configure and use Large Language Models

Large language models (LLMs) are the core of generative AI applications. The C3 Generative AI Application enables you to configure, manage, and validate LLM integration in the application.

Configure and Use LLMs and Embedders

To list available LLM completion clients, run the following command in the Application C3 AI Console:

JavaScript
GenaiCore.Llm.Completion.Client.UiHelper.listCompletionClients();

You can configure LLMs and embedders using the application interface or via code. Choose one method based on your workflow.

To create LLMs and embedders via the UI, see Set Up LLMs and Embedders Via UI.

To create LLMs and embedders via code, see Set Up LLMs and Embedders Programmatically.

After creating the LLM client, see Create Agents for how to use that client when creating an agent.

See also

Was this page helpful?