or run

npx @tessl/cli init
Log in

Version

Tile

Overview

Evals

Files

Files

docs

administration.mdassistants-threads.mdbatch-processing.mdbeta-realtime.mdchat-completions.mdconfiguration-management.mdcontainer-content.mdcore-client.mdembeddings.mdevaluation-testing.mdfeedback-collections.mdfile-management.mdfine-tuning.mdframework-integrations.mdindex.mdkey-management.mdmodels.mdmultimodal-apis.mdobservability-analytics.mdprompt-management.mdprovider-integration.mdtext-completions.mduploads.mdvector-stores.md

container-content.mddocs/

0

# Container & Content Management

1

2

Container-based deployment and content management capabilities for scalable AI applications.

3

4

## Capabilities

5

6

```python { .api }

7

class Containers:

8

def create(self, **kwargs): ...

9

def list(self, **kwargs): ...

10

def retrieve(self, **kwargs): ...

11

def update(self, **kwargs): ...

12

def delete(self, **kwargs): ...

13

files: ContainersFiles

14

15

class Content:

16

def create(self, **kwargs): ...

17

def list(self, **kwargs): ...

18

def retrieve(self, **kwargs): ...

19

```