Key Features
- Chat Completions: OpenAI-compatible text, multimodal, and streaming inference.
- Responses API: Reasoning-style response generation for supported models.
- Embeddings: Dense vector creation for search and retrieval workflows.
- Compare: Run the same prompt across multiple models in one request.
- Files and Batches: Upload request bundles, create asynchronous jobs, and download results.
- Model Discovery and Templates: Browse available models and reuse prompt templates.
Base URL
All API requests should be made to:Authentication
The Mesh API uses Bearer token authentication. You can obtain your API key from the Mesh developer dashboard.Versioning
The/v1 above is a stable namespace, not a version — Mesh versions its contract by
date, in a header:
400 invalid_api_version rather
than silently downgraded. See API versioning.