Get started in 5 minutes
Follow our quickstart guide to make your first API call with intelligent routing.
Everything you need to integrate Plexor's intelligent LLM routing into your applications. From quick starts to advanced configuration.
Direct REST API integration using standard HTTP requests. Compatible with any programming language.
Learn moreIntegrate Plexor as a proxy for Claude Code CLI. Route your development requests through intelligent optimization.
Learn moreModel Context Protocol server for seamless integration with Claude Desktop and other MCP-compatible clients.
Learn moreInteractive chat interface to test intelligent routing, compare providers, and see real-time cost savings.
Learn moreAccount setup, API key management, routing modes, and advanced configuration options.
Learn more# Make a request with intelligent routing curl -X POST https://api.plexor.dev/gateway/anthropic/v1/messages \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "X-Plexor-Mode: balanced" \ -d '{ "model": "claude-3-5-sonnet-20241022", "max_tokens": 1024, "messages": [{"role": "user", "content": "Hello!"}] }'
Send messages to Claude with intelligent routing
OpenAI-compatible chat completions endpoint
Get your current usage statistics and savings