> ## Documentation Index
> Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Service Layer Settings

## Intro

Domo admins have access to the AI Service Layer settings. Here they can view details about the Domo Default Model for each available service.

The available AI services are described below. You can use these services in Jupyter Workspaces, Domo apps, Domo Bricks, and Workflows.

**Chat Completion —** Generate a conversational response to a prompt or message history. Suited for interactive Q\&A, assistants, and multi-turn dialogue.

**Forecasting —** Predict future values from historical time-series data. Use for demand planning, revenue projections, and trend analysis.

**Image Embedding —** Convert an image into a numerical vector representation. Enables similarity search, clustering, and classification of visual content.

**Image-to-Text —** Extract or generate text from an image. Covers OCR, caption generation, and visual question answering.

**Messages —** Send structured input to a model as a sequence of conversation turns. The foundation for agentic and multi-step AI workflows.

**Planner —** Break a high-level goal into an ordered sequence of steps or subtasks. Useful for orchestrating multi-action workflows and agent pipelines.

**Text Embedding —** Convert text into a numerical vector. Powers semantic search, document similarity, recommendation, and retrieval-augmented generation.

**Text Generation —** Produce free-form text from a prompt. General-purpose writing, completion, brainstorming, and content creation.

**Text Summarization —** Condense a longer piece of text into a shorter version that captures the key points.

**Text-to-Beast-Mode —** Translate a natural language description into a Beast Mode calculation, enabling users to create custom metrics and calculated columns without writing the formula manually.

**Text-to-SQL —** Translate a natural language question into a SQL query, allowing non-technical users to query databases conversationally.

**Tool Calling —** Enable a model to invoke external functions or APIs as part of generating a response. The mechanism behind agents that take real-world actions.

***

## Access AI Service Layer Settings

Access the settings from the navigation header by selecting **More** > **Admin**.

The Admin Settings display.

In the **AI Service Service Layer** menu, select **Services**.

On the **Services** page, select the dropdown and choose from the available services.

<Frame>
  <img alt="Screenshot 2024-12-04 at 9.57.13 AM.png" src="https://mintcdn.com/domoinc/NWf9X_FN-8UAZM2O/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049WMX.jpg?fit=max&auto=format&n=NWf9X_FN-8UAZM2O&q=85&s=5ad66aaccb2f757963e5998fbe065df1" width="1330" height="468" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049WMX.jpg" />
</Frame>

Each service has a Domo Default Model. For the Default Model, select <img src="https://mintcdn.com/domoinc/NWf9X_FN-8UAZM2O/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWd.jpg?fit=max&auto=format&n=NWf9X_FN-8UAZM2O&q=85&s=d041d4d17356e43b1ce2065ea5eed983" style={{width: 20, height: 20, display: 'inline', verticalAlign: 'start', margin: '0'}} width="70" height="74" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWd.jpg" /> **More** > **View Prompt** to display the prompt for that service.

<Frame>
  <img alt="more view prompt.jpg" src="https://mintcdn.com/domoinc/NWf9X_FN-8UAZM2O/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049cF3.jpg?fit=max&auto=format&n=NWf9X_FN-8UAZM2O&q=85&s=6d6bb358676fa2355f3315040fb9b405" width="1884" height="610" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049cF3.jpg" />
</Frame>

<Frame>
  <img alt="Screenshot 2023-08-30 at 4.29.23 PM.png" src="https://mintcdn.com/domoinc/NWf9X_FN-8UAZM2O/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWT.jpg?fit=max&auto=format&n=NWf9X_FN-8UAZM2O&q=85&s=3b0fe941f93a4fe509ca3500324994d5" width="1468" height="1036" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWT.jpg" />
</Frame>

These documents will be updated as more functionality is added.
