Skip to main content

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

  1. Sign up at dashboard.neuredge.dev
  2. Get your API key
  3. 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

Learn more →

Embeddings

Vector embeddings for:

  • Semantic search
  • Content recommendations
  • Document clustering
  • Similarity analysis
  • Knowledge bases

Learn more →

Image Generation

AI image generation for:

  • Product visualization
  • Design concepts
  • Marketing materials
  • Content creation
  • Rapid prototyping

Learn more →

Pricing Plans

FeatureFree TierPro ($29)Business ($49)
Text Tokens300K/month3M/month4.5M/month
Images50/month500/month750/month
Embeddings300K/month3M/month4.5M/month
SupportCommunityEmailPriority

Documentation

Model References

Resources

Next Steps

  1. Follow our Quick Start Guide
  2. Explore model capabilities:
  3. Join our Discord community