---
title: "Model data model"
url: "https://docs.unified.to/genai/model/model"
description: "API reference for Model data model. Launch multiple pre-built Model integrations today with zero maintenance — all through a single API."
---
# Model 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

**id**string 

**name**string 

**description**string 

**max\_tokens**number 

The maximum number of tokens that the model can process in a single response. This limits ensures computational efficiency and resource management.

**web\_url**string 

**has\_temperature**boolean 

Controls randomness of responses. A lower temperature leads to more predictable outputs while a higher temperature results in more varies and sometimes more creative outputs. 0-1

**raw**any
