Product briefing
ArcoreLLMProxy is an enterprise LLM gateway that exposes a unified OpenAI-compatible surface while routing requests across multiple upstream providers. It centralizes provider credentials, policy enforcement, rate limiting, and observability behind a single consistent interface.
Endpoints
5
Key features
5
Stack components
8
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /v1/models | List available routed models and aliases |
| POST | /v1/chat/completions | OpenAI-compatible chat completions |
| POST | /v1/responses | OpenAI-compatible responses API |
| GET | /health | Health check for proxy and dependencies |
| GET | /debug/routes | Inspect configured routes and policy state |
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/v1/chat/completions",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Arcore Maestro is an AI workflow orchestration platform that routes tasks through LangGraph-based workflows, local or remote LLMs, and sandboxed worker services. It provides a unified control plane for defining, executing, and monitoring multi-step AI pipelines across the Arcore ecosystem.
A production-ready local model serving platform with an OpenAI-compatible API, orchestration endpoints for model lifecycle management, deep performance telemetry, and an optional Vector-Tester companion UI for staged testing and crash-log capture.
An intelligent PDF processing platform that converts unstructured books and documents into structured chapters with rich HTML, text, and images. Chapterize combines a Django + React web application with a Python CLI toolkit for batch processing and downstream RAG-friendly exports.