📖
API Documentation
Build with Novara's powerful AI API
example.py
1# Install the Novara SDK2pip install novara-sdk34# Initialize the client5from novara import Novara67client = Novara(api_key="your-api-key")89# Create your first completion10response = client.completions.create(11 model="novara-pro",12 prompt="What is the meaning of life?",13 max_tokens=50014)1516print(response.choices[0].text)🚀
Getting Started
Learn the basics and get up and running with Novara in minutes
📚
API Reference
Complete reference documentation for all API endpoints
📦
SDKs & Libraries
Official SDKs for Python, JavaScript, TypeScript, and more
🎓
Tutorials
Step-by-step guides for common use cases and integrations
12 tutorials →💼
Examples
Real-world code examples and sample projects
View examples →💬
Need Help?
Our developer relations team is here to help you build amazing things