Change models without rebuilding the client
Keep an OpenAI-compatible interface and decide by task, latency, context, or budget instead of committing to one provider.
AI API for Latin American teams
NexoRouter helps developers, startups, and product teams test DeepSeek, Qwen, Kimi, GLM, and more through one integration, with published routes, prepaid balance, and usage controls.
Quick answer
A unified AI API lets a team integrate several models through the OpenAI format, choose the right option for each use case, and operate credentials and spend from one workspace. For Latin American teams, it lowers the cost of switching providers and makes usage more predictable with prepaid balance and logs.
China-developed AI models for Latin America
China-developed models add options for coding, agents, reasoning, and multimodal work. NexoRouter brings them together with global models behind an OpenAI-compatible API, so you can evaluate quality, context, capabilities, and published pricing before sending production traffic.
Explore China AI modelsKeep an OpenAI-compatible interface and decide by task, latency, context, or budget instead of committing to one provider.
Review published token rates and use prepaid balance to plan tests, pilots, and production workloads with a clear operating reference.
Evaluate families with distinct capabilities—reasoning, coding, tools, vision, or long context—through the same base URL and workspace controls.
Practical infrastructure
Models, capabilities, and prices
Review provider, capability, identifier, availability, and published price before choosing a route.
OpenAI-compatible base URL
Connect OpenAI SDK, Vercel AI SDK, LangChain, or HTTP without introducing another proprietary interface.
Logs and operational signals
Inspect activity, status, and errors to debug an integration and decide with context.
Keys, balance, and permissions
Create separate keys, add prepaid balance, and avoid mixing credentials between products or teams.
Choose for the job, not the brand
01
Compare reasoning, tool calling, structured JSON, and context capacity for automations and copilots.
02
Explore text, vision, audio, or image models according to the published requirements for each route.
03
Keep your SDK and change the base URL to test alternatives without redesigning the whole integration layer.
04
Separate API keys by project, add balance, and use logs to observe consumption and errors before you scale.
Explore the catalog from here
This selection changes with newly verified routes, recent usage signals, and each family’s current generation. We only show available models with published pricing.
Moonshot AI
Zhipu AI
DeepSeek
ByteDance
Use the NexoRouter base URL with tools that already speak the OpenAI format.
View allPython and JavaScript
Existing code, new base URL.
Streaming and UI
Connect web apps with one key.
Chains and agents
Keep a familiar interface.
Direct control
Integrate from any platform.
From zero to your first request
The catalog is public. When you are ready to test a route, create your workspace, load a controlled budget, and generate a key for your project.
Your workspace
Open a personal workspace with access to the console and your projects.
Create accountPrepaid budget
Top up with Stripe and confirm available credit before sending traffic.
See pricingOne key per project
Copy the base URL, choose a model, and make your first request.
Read the guidecurl https://api.nexorouter.com/v1/chat/completions \
-H "Authorization: Bearer $NEXOROUTER_API_KEY" \
-d '{ "model": "your-model-id", "messages": [...] }'Same format, more models
Learn and build
Practical tutorials, technical documentation, and operating guides connected to NexoRouter’s real capabilities.
Explore all resourcesTutorial
Follow a reproducible cURL and JavaScript example using the current catalog.
client = OpenAI(
base_url="https://api.nexorouter.com/v1",
api_key=os.environ["NEXOROUTER_API_KEY"],
)
models = client.models.list()Docs
Configure the base URL, authenticate your key, and complete a test request.
Model selection
Evaluate DeepSeek, Qwen, Kimi, and global alternatives with the same criteria.
Operations
Set up dedicated keys, budgets, output limits, and request traceability.
Agents
Connect an agent without exposing credentials or losing operational control.
Frequently asked questions
NexoRouter is a platform for accessing AI models through an OpenAI-compatible API. It centralizes the catalog, API keys, prepaid balance, and usage logs in one workspace.
Yes. NexoRouter keeps an OpenAI-compatible interface so you can update the base URL and API key, then test published models without rebuilding the entire integration.
Families such as DeepSeek, Qwen, Kimi, and GLM provide options for different coding, reasoning, tool, context, and multimodal tasks. The right choice should be compared against each route’s published requirements and rates.
You can use prepaid balance, create API keys per project, and inspect usage logs. This provides a clear consumption reference before increasing traffic.
Create your API key, compare models, and validate your first use case with the published catalog.