N
Novara/Docs
📖

API Documentation

Build with Novara's powerful AI API

example.py
1# Install the Novara SDK
2pip install novara-sdk
3
4# Initialize the client
5from novara import Novara
6
7client = Novara(api_key="your-api-key")
8
9# Create your first completion
10response = client.completions.create(
11 model="novara-pro",
12 prompt="What is the meaning of life?",
13 max_tokens=500
14)
15
16print(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