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

# Get Model

> Retrieve a specific model by its ID.

## Returns

Returns a [Model](/concepts/model) object for the given ID.

## Example

```python theme={"system"}
model = galtea.models.get(model_id=model_id)
```

## Parameters

<ResponseField name="model_id" type="string" required>
  The ID of the model to retrieve.
</ResponseField>
