Developer Ecosystem: API · MCP · CLI
Three native interfaces to connect Lagents intelligence with your apps, IDE agents, and shell workflows. Currently in internal beta — launching soon!
🚀 Internal Beta: API endpoints, MCP Server, and CLI toolchain are undergoing closed testing.
REST & WebSocket Gateway
Access Veris AI detection and all leading frontier LLMs through OpenAI-compatible endpoints with ultra-low latency.
import lagents
# Initialize client with unified API key
client = lagents.Client(api_key="lagent_live_xxx")
# 1. Access Veris AI Detection
veris_result = client.detect(
text="The model predicts probability across multiple frontier architectures.",
detailed=True
)
print(f"AI Probability: {veris_result.ai_score * 100:.1f}%")
# 2. Universal LLM Routing (Omni Voice / Multimodal Vision / Frontier Reasoning)
response = client.chat.completions.create(
model="qwen-3.5-omni-flash", # End-to-end voice streaming & multimodal
messages=[{"role": "user", "content": "Explain quantum entanglement in 3 sentences."}]
)
print(response.choices[0].message.content)Access Frontier Omni & Multimodal Models
One unified API for end-to-end voice streaming (Omni), vision perception (Multimodal), and frontier reasoning.
Alibaba DashScope
Omni (Voice)Qwen 3.5 Omni Flash
End-to-end full-duplex voice & vision streaming with native 24kHz PCM output
$0.0015 / 1K
OpenAI
Omni (Voice)GPT-4o Audio Realtime
Ultra-low latency audio-to-audio realtime streaming and natural voice cadence
$0.010 / 1K
Gemini 3.7 Flash Omni
Next-gen hybrid multimodal & voice streaming with ultra-fast latency & thinking
$0.0005 / 1K
Anthropic
MultimodalClaude Sonnet 5 (Vision)
Industry benchmark for document OCR, chart analysis, and multimodal agent workflows
$0.003 / 1K
Gemini 3.5 Pro Vision
Frontier multimodal reasoning supporting 4M context for long video and audio analysis
$0.004 / 1K
DeepSeek
MultimodalDeepSeek-V4-Pro (VL)
Advanced multimodal architecture with 1M context & unmatched visual efficiency
$0.0005 / 1K
OpenAI
MultimodalGPT-5.6 Sol (Multimodal)
Flagship multimodal intelligence for long-horizon coding & complex visual reasoning
$0.006 / 1K
OpenAI
Reasoningo3-pro (Reasoning)
Deep frontier reasoning and complex mathematical logic for rigorous research
$0.012 / 1K
More models added regularly. Prices shown are blended input/output rates.