Lumia AI Documentation
A powerful toolkit for building AI-powered applications with ease
Try Lumia Dashboard
Experience the power of Lumia AI in our interactive dashboard
Easy Integration
Integrate AI capabilities into your application with just a few lines of code.
High Performance
Optimized for speed and efficiency, even with complex AI operations.
Flexible API
Comprehensive API that adapts to your specific use case and requirements.
Quick Start Example
Example.js
import { generateText } from 'ai';
import { Lumia } from '@ai-sdk/Lumia';
async function main() {
// Generate text with Lumia model
const { text } = await generateText({
model: Lumia('Lumia-v2'),
prompt: 'Explain quantum computing in simple terms',
system: 'You are a helpful assistant that explains complex topics simply.'
});
console.log(text);
}
main();
Explore the Documentation
Installation Guide
Learn how to install and set up the Lumia AI in your project.
Learn moreAPI Reference
Detailed documentation of all available methods and options.
Learn moreTutorials
Step-by-step guides for common use cases and scenarios.
Learn moreExamples
Real-world examples and code snippets to get you started.
Learn more