Introduction to Neuredge
Welcome to Neuredge - your platform for enterprise-grade AI capabilities with OpenAI-compatible APIs. We provide access to state-of-the-art AI models with predictable pricing and high performance.
Key Features
1. OpenAI Compatibility
Use our models with the OpenAI SDK - just change the API key and base URL:
import OpenAI from 'openai';
const openai = new OpenAI({
apiKey: 'your-neuredge-key',
baseURL: 'https://api.neuredge.dev/v1/'
});
2. Comprehensive Model Selection
Text Generation Models
- Base Models (≤3B): Fast, efficient models for development
- Small Models (3.1B-8B): Balanced performance for production
- Medium Models (8.1B-20B): Specialized tasks and domains
- XLarge Models (40B+): Maximum performance and capabilities
Embedding Models
- Small (384d): Fast, efficient embeddings
- Base (768d): Production-ready performance
- Large (1024d): Maximum semantic accuracy
Image Generation
- SDXL Base: High-quality production images
- SDXL Lightning: Rapid prototyping and iterations
3. Enterprise Features
- Predictable, transparent pricing
- High-performance infrastructure
- Comprehensive documentation
- Multiple model options
- SDK support for multiple languages
Getting Started
- Sign up at dashboard.neuredge.dev
- Get your API key
- Choose your integration method:
JavaScript/TypeScript
npm install @neuredge/sdk
import { Neuredge } from '@neuredge/sdk';
const neuredge = new Neuredge({
apiKey: 'your-api-key'
});
Python
pip install neuredge-sdk
from neuredge import Neuredge
neuredge = Neuredge(api_key='your-api-key')
Core Capabilities
Text Generation
Advanced language models for:
- Content generation
- Code assistance
- Q&A systems
- Chat applications
- Document analysis
Embeddings
Vector embeddings for:
- Semantic search
- Content recommendations
- Document clustering
- Similarity analysis
- Knowledge bases
Image Generation
AI image generation for:
- Product visualization
- Design concepts
- Marketing materials
- Content creation
- Rapid prototyping
Pricing Plans
Feature | Free Tier | Pro ($29) | Business ($49) |
---|---|---|---|
Text Tokens | 300K/month | 3M/month | 4.5M/month |
Images | 50/month | 500/month | 750/month |
Embeddings | 300K/month | 3M/month | 4.5M/month |
Support | Community | Priority |
Quick Links
Documentation
Model References
Resources
Next Steps
- Follow our Quick Start Guide
- Explore model capabilities:
- Join our Discord community