# Create Modellake

The `create()` method initializes a Modellake instance. It prepares the library for managing language and speech operations.

#### Example Method&#x20;

```python
modellake_create = modellake.create()
print("Modellake Created:", modellake_create)
```

#### Example Response

```json
{
    "modellake_id": "f2hn3sd277i5h3yo",
    "message": "Modellake with the same name already exists in this account.",
    "modellake_name": "modellake1"
}
```
