Access 170+ open-source AI models, intelligent search endpoints, and pre-built agentic workflows through a single, OpenAI-compatible API. Built on Cloudflare's global network for reliability at scale.
Built-in OAuth, sub-tenant management, and payment integration. Zero config, just code.
# NPM
npm install @frnd/uplink-sdk
# or curl (no dependencies)
curl -fsSL https://api.frnds.cloud/sdk/install.sh | bash
import { initializeDeveloperAccount }
from '@frnd/uplink-sdk'
await initializeDeveloperAccount({
appName: 'My App',
plan: 'pro'
})
// Opens browser, creates sub-tenant, saves credentials
import { getUplinkClient }
from '@frnd/uplink-sdk'
const uplink = await getUplinkClient()
const response = await uplink.chat({
model: 'llama-3.3-70b-versatile',
messages: [{ role: 'user', content: 'Hello!' }]
})
Browser-based auth with device code flow. No password storage.
Isolated tenancy per app. Automatic credential management.
Stripe/Paddle integration. Validate payment before activation.
Auto-loads credentials. No environment variables needed.
Pre-configured endpoints and agentic workflows that combine models with real-world data and tools.
Real-time web search with AI synthesis. Get answers, not just links.
magic.search('latest quantum breakthroughs')
Extract and understand content from any URL with intelligent parsing.
magic.extract('https://arxiv.org/...')
Pre-built multi-step workflows for complex tasks like research and analysis.
magic.workflow('market-research', params)
Extract structured data and insights from unstructured content.
magic.analyze('financial-report.pdf')
Upload documents, create embeddings, and build semantic search for AI-powered knowledge bases.
POST /evs/sources { "documents": [...] }
Intelligent document compression with 10-100x reduction. Auto-routing picks the optimal method for your content.
POST /auto/ingest (EVS|OCR|OCV)
Text-to-speech and speech-to-text powered by Groq's Whisper for natural voice interactions.
POST /v3/voice/speech { "text": "..." }
Complete access to Llama, Qwen, Mistral, and 170+ open-source models. No vendor lock-in, just pure model access.
Create sub-tenants for your users with isolated data, custom quotas, and independent billing. Perfect for SaaS platforms.
Intelligent routing automatically selects the most cost-effective provider while maintaining quality.
Pre-built multi-step workflows for research, analysis, and complex reasoning tasks. No orchestration needed.
Deployed across Cloudflare's 300+ locations. Sub-50ms latency for 95% of internet users.
Drop-in replacement works with existing OpenAI SDKs and libraries. Zero code changes required.
Start free, upgrade when you need more. All plans include access to 170+ models.
Perfect for testing
For side projects
Most popular
For production apps
Access the latest open-source AI models from Llama, Qwen, Mistral, and more through one unified API.
Built on Cloudflare's global network, Uplink delivers consistent performance whether you're serving 10 or 10 million users.