Overview
UNLI is a platform that provides unlimited AI tokens and automatic model routing, giving you seamless access to advanced AI models through simple, OpenAI-compatible and Anthropic-compatible APIs. Effortlessly integrate powerful AI capabilities into your applications without worrying about usage limits or manual model selection.
Key Features
- OpenAI & Anthropic Compatible: Drop-in replacement for OpenAI's Chat Completions and Anthropic's Messages APIs
- Fast Response Times: Optimized for low latency
- Vision Support: Analyze images with multi-modal AI models
- Streaming: Real-time response streaming with Server-Sent Events (SSE)
- Auto Model Selection: Intelligent model routing for optimal performance and cost
- Tool Calling: Support for structured outputs and function calling
API Endpoints
UNLI provides two primary conversation endpoints:
- Chat Completions (
POST /v1/chat/completions): Compatible with the OpenAI standard. - Messages (
POST /v1/messages): Compatible with the Anthropic Claude standard. - Models (
GET /v1/models): List all available models and their capabilities.
Model Capabilities
- Auto Model Selection: Automatically choose the best model for your request
- Vision Capabilities: Analyze and describe images via URL or base64
- Context Awareness: Maintain conversation context across multi-turn interactions
- Temperature & Sampling Control: Adjust response creativity with temperature, top_p, and top_k