Creating an LLM Provider Connection

The LLM Provider Configuration connector enables you to set up and manage connections to various Large Language Model (LLM) providers in your Flogo applications. This connector serves as the foundation for AI-powered activities and agents, providing a unified interface to interact with different LLM services.

    Procedure
  1. On the global navigation bar, click the Connections tab and perform one of the following actions:

    • To add a connection for the first time, click Create on the right top of the connection page and select the LLM Provider Configuration card. You can search for a connector card by typing the connector name in the search field.

    • To create subsequent connections, click the Create button.

  2. In the LLM Provider Configuration dialog, enter the connection details. For field descriptions, see LLM Provider Configuration Details.

  3. Click Test Connection.

LLM Provider Configuration Details

To establish the connection with the LLM Provider successfully, you must configure the TIBCO Flogo® Connector for LLM Provider Configuration.

The dialog contains the following fields:

Field Required Description
Configuration Name Yes Unique identifier for this LLM provider configuration. Used to reference this connection from activities and agents.
Description No Use this to document the purpose, limitations, or specific use cases for this connection.
LLM Provider Yes

The LLM provider to use for this connection.

Supported Values:

  • OpenAI

  • Gemini

  • Anthropic

    • Default

    • Amazon Bedrock

  • Ollama

  • vLLM

LLM Base URL No

Custom base URL for the LLM provider API.

Use this when:

  • running LLMs on-premises (Ollama, vLLM)

  • using a proxy or gateway

  • using OpenAI-compatible endpoints

  • testing with custom or development environments