---
title: "Embedding Model Constant"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/constant/embeddingmodelconstant
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/embeddingmodelconstant.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/embeddingmodelconstant.md
---

# Embedding Model Constant

**Type:** `nodetool.constant.EmbeddingModelConstant`

**Namespace:** `nodetool.constant`

## Description

Represents an embedding model constant in the workflow.
    embedding, model, vector, semantic

    Use cases:
    - Provide a fixed embedding model for vectorization
    - Set default embedding model for the workflow
    - Configure model selection without user input

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `embedding_model` |  | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `embedding_model` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
