ORACLE CONFIDENTIAL. For authorized use only. Do not distribute to third parties.

Pre-General Availability: 2025-12-16

Manage LLM

Agent Factory supports a diverse selection of Large Language Models (LLMs) from multiple providers. Use the LLM Management screen to set up and manage both generative and embedding models within the application.

Generative Models

Agent Factory supports generative models from OCI Generative AI, Ollama, vLLM, and OpenAI. Use these models for tasks like text generation, summarization, question answering, and supporting MCP server tools.

OCI Gen AI

Agent Factory accepts many generative models available through the OCI Gen AI service. Commonly used models include:

Oracle recommends using xai.grok-4 model.

OpenAI

The following models are currently supported:

Ollama/vLLM

You can connect to any self-hosted model endpoint. Oracle recommends using Llama 3.3.

Use any of the following Wayflow-hosted models in your vLLM model configurations.

Model URL MODEL_ID Capabilities Speed Accuracy
Llama 3.1 8B llama.wayflow.oraclecorp.com meta-llama/Meta-Llama-3.1-8B-Instruct Text only Medium-High Low
Llama 3.3 70B llama70bv33.wayflow.oraclecorp.com /storage/models/Llama-3.3-70B-Instruct Text only Medium Medium-Low
Llama- 4 Maverick llama4maverick.wayflow.oraclecorp.com Llama-4-Maverick Text only Medium Medium
Gemma-3-27b-it gemma27b-it-v3.wayflow.oraclecorp.com google/gemma-3-27b-it Text and image inputs Medium Medium

Note: Provided vLLM models work out of the box-no setup needed.

Embedding Models

Agent Factory supports the following embedding models. Use these models for transforming text into numerical vectors, enabling semantic search, and retrieval-augmented generation (RAG).

Local Models

The following pre-trained sentence transformer models are bundled with the application and run locally.

OCI Gen AI

The following Cohere embedding models from OCI Gen AI are supported:

Ollama/vLLM

You can use any embedding model hosted on an Ollama or vLLM endpoint as needed.

Configure an OCI Gen AI Model

Configure an Ollama Model