Product briefing
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.
Endpoints
6
Key features
6
Stack components
8
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/models | List registered models and metadata |
| POST | /api/orchestrate/load | Load a specific model into VRAM |
| POST | /api/orchestrate/unload | Unload current model to free VRAM |
| POST | /api/generate/stream | Run streaming inference |
| GET | /api/status | Get current server and model status |
| GET | /api/cache/stats | Inspect cache usage and cleanup opportunities |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/v1/models",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
3 plannedContent Filtering Policies
Target: Q1 2025
Per-User Resource Quotas
Target: Q2 2025
RBAC Integration for Model Access
Target: Verification Required
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.
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.
A comprehensive career management platform that models a user's professional identity as a queryable knowledge graph. ArcoreCareer combines application tracking, resume and cover-letter generation, interview prep, skill intelligence, and governed LLM-assisted fact extraction in a single local application.