Build faster with Zorix.
Explore the official documentation for Zorix AI models, developer APIs, coding agents, image systems and intelligent applications. Everything you need to move from an idea to a production-ready experience.
Clear API examples
Secure by design
Search guides, API endpoints, model documentation and examples.
Everything you need to build with Zorix.
Start with a quick guide or explore detailed references for every major part of the Zorix ecosystem.
Getting started
Create your first Zorix project, configure authentication and send your first request in a few minutes.
Read the guideAPI reference
Explore endpoints, request formats, authentication, streaming and structured response objects.
Explore the APIAI models
Compare Zorix reasoning, coding, image, safety and lightweight models for different workloads.
View modelsAgents and tools
Build autonomous workflows with tool execution, repository navigation and long-running agent sessions.
Build an agentImage generation
Generate, edit and transform visual content using Zorix image models and multimodal APIs.
Create imagesSafety and security
Learn about API security, data protection, model safeguards, permissions and responsible deployment.
Review securityYour first request, without the complexity.
Use a familiar API structure with clear responses, streaming support and flexible model selection.
const response = await fetch(
"https://api.zorix.it/v1/responses",
{
method: "POST",
headers: {
"Authorization": `Bearer ${ZORIX_API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
model: "zorix-nex",
input: "Build a modern product dashboard."
})
}
);
const result = await response.json();
console.log(result.output_text);
Turn your next idea into a Zorix experience.
Explore the documentation, choose the right model and start building intelligent products with the Zorix platform.