One control plane for every AI product surface.
VeloxAI combines API key security, OpenAI-compatible chat, agents, tools, knowledge bases, workflow automation, image jobs, analytics, billing, and operational alerts.
API Gateway checks auth, rate limits, and scopes.
Core services route chat, agents, tools, KB, images, and workflows.
Queue workers handle indexing, image jobs, billing, alerts, and webhooks.
Analytics, logs, and billing events keep every request observable.
Unified Chat API
Route requests across OpenAI, Anthropic, Google, Mistral, and local models through one /v1/chat/completions contract with SSE streaming.
Agent Builder
Create draft agents, publish stable versions, attach tools and knowledge bases, then expose agent chat endpoints for apps.
Knowledge Base
Ingest documents, URLs, and raw text into PostgreSQL metadata and Qdrant vectors for semantic search and cited answers.
Workflow Automation
Trigger workflows manually or by webhook, run AI and agent nodes, persist every node result, and queue execution with Redis.
Image Tools
Generate, edit, upscale, remove backgrounds, describe, and detect image content with job tracking and storage-ready outputs.
Analytics + Billing
Track requests, latency, tokens, credit usage, errors, logs, alert rules, and plan limits from the same control plane.
Build modularly now. Split services when traffic demands it.
Every module uses scoped IDs, typed validation, queue-first side effects, and audit-ready records.
