A newer version of the Streamlit SDK is available:
1.43.1
metadata
title: Max Output Tokens Analysis
emoji: π
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.28.0
app_file: app.py
pinned: false
Max Output Tokens Analysis
This Streamlit app visualizes the evolution of maximum output tokens across different AI companies and their language models. The visualization includes:
- An interactive line chart showing how max output tokens have evolved over time for different companies
- A detailed data table showing the maximum output tokens for each model
Data
The data includes information about models from:
- OpenAI
- Anthropic
- Cohere
- Deep Seek
Each model entry contains:
- Model name
- Maximum output tokens
- Company
- Launch date
Usage
The chart is interactive - you can:
- Hover over lines to see detailed information
- Click and drag to zoom
- Double click to reset the view
- Use the legend to toggle different companies
The data table below the chart can be sorted by clicking on column headers.