Skip to main content
With just a few lines of Python, you can build dynamic Streamlit dashboards, create low-code AI interfaces, and scale to production faster - all while keeping the simplicity developers love about Streamlit.
This guide assumes you have basic knowledge of Python and Streamlit. You’ll also need a Thesys API key from the C1 Console.

Visualizing data

1

Install Streamlit and Thesys

2

Create a new Streamlit app

3

Run the app

Using the LLM API directly

Since Thesys is a OpenAI compatible API, you can use it with any OpenAI compatible library.
1

Installing dependencies

2

Create a new Streamlit app

3

Run the app