---
title: "Prompt data model"
url: "https://docs.unified.to/genai/prompt/model"
description: "API reference for Prompt data model. Launch multiple pre-built Prompt integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-09T20:00:36.112Z"
---
# Prompt data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/genai/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**model\_id**string 

**messages** array 

**temperature**number 

0-1

**max\_tokens**number 

a float between 0-1

**responses**string array 

**tokens\_used**number 

**mcp\_url**string 

Supply a remote MCP URL to send to the LLM API for it to call its tools. Note: Some LLM APIs do not yet support remote MCP URLs. 

**mcp\_deferred\_tools**string array 

**mcp\_authorization\_token**string 

OAuth Bearer token for MCP servers that require authentication.

**raw**any
