Back to Dashboard
CrewEvo API v1 Live

CrewEvo Developer Platform

Integrate CrewEvo’s high-performance 12 GB AI reasoning engine directly into your SaaS, scripts, and agent pipelines. Fully OpenAI-compatible and zero-latency ready.

Self-Hosted 12 GB AI

Powered by qwen2.5:3b on dedicated high-speed ARM infrastructure with bounded sub-second routing.

OpenAI Drop-In Compatible

Change your baseURL to https://crewevo.com/api/v1 and keep using your existing OpenAI client libraries.

Live Connectors

Pass "connectors": ["web", "github"] to automatically enrich requests with real-time web research and repo data.

Quick Start Code Examples

curl -X POST https://crewevo.com/api/v1/chat \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      {"role": "user", "content": "Help me create an initial launch strategy for our B2B SaaS product."}
    ],
    "connectors": ["web"],
    "locale": "en"
  }'

Endpoint Reference

MethodEndpointDescription
POST/api/v1/chatGenerate completions with business context and connectors.
GET/api/v1/chatCheck API availability and runtime engine health.