SUTRA Example Notebooks

Welcome! This directory contains example notebooks that showcase how to use SUTRA in real-world scenarios and compare its performance to other leading models.
What You'll Find Here
- Hands-on example notebooks: Explore SUTRA's capabilities and compare with OpenAI models
- Best practices: See recommended patterns for evaluation and benchmarking
Included Notebooks
- SUTRA vs OpenAI Models (Open in Colab) — Compare SUTRA V2 and OpenAI models across a variety of tasks and metrics
Prerequisites
- Basic Python programming knowledge
- Familiarity with Jupyter or Google Colab (recommended)
- Get your SUTRA API key (free for signup)
- OpenAI API key (for comparison)
How to Use
- Open the notebook above in Google Colab (recommended) or your local Jupyter environment.
- Install dependencies (see the first cell in the notebook).
- Add your SUTRA and OpenAI API keys when prompted (Colab: use the secret manager for best security).
- Run the cells and explore the results!
For more, visit the Sutra Documentation