A collection of cookbooks, tutorials, and examples for using AI models on DeepInfra. This repository provides practical guides, performance benchmarks, and production-ready code examples to help developers build with AI models efficiently.
- Nemotron 3 Nano - NVIDIA's open reasoning model with hybrid MoE-Mamba architecture
Each model cookbook includes:
- Tutorial Notebook - Step-by-step Jupyter notebook guide
- Examples - Ready-to-run use case examples
- Benchmarks - Performance and cost analysis tools
- Documentation - Model-specific README with setup instructions
- Navigate to a model directory (e.g.,
models/nemotron-3-nano/) - Install dependencies:
pip install -r requirements.txt - Set your DeepInfra API key:
export DEEPINFRA_API_KEY="your-api-key" - Follow the model-specific README for detailed instructions