# Pioneer > Docs for building, fine-tuning, evaluating, and deploying models with Pioneer. ## Docs - [Drop us in. We'll ship the models.](https://pioneer-kelton-third-party-eval-docs.mintlify.site/introduction.md): Pioneer spots where your model fails, then quietly retrains it on your own data. No MLOps team required. - [Pioneer quickstart: from signup to your first inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/quickstart.md): Go from zero to a working Pioneer inference call in minutes. Generate an API key, browse available models, and run your first NER prediction. - [CLI installation](https://pioneer-kelton-third-party-eval-docs.mintlify.site/CLI-Installation.md): Install the Pioneer CLI, authenticate with an API key, and verify your terminal setup. - [How to authenticate your requests with Pioneer API](https://pioneer-kelton-third-party-eval-docs.mintlify.site/authentication.md): Generate an API key from your Pioneer account, then include it in the X-API-Key header on every request. No OAuth or token refresh required. - [Set up Opus 4.8 in 60s](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/integrating-with-opus-4-8.md) - [Claude Code](https://pioneer-kelton-third-party-eval-docs.mintlify.site/claude-code.md): Point Claude Code at Pioneer for multi-model inference, router-backed pioneer/auto, and full /model picker support. - [Codex](https://pioneer-kelton-third-party-eval-docs.mintlify.site/codex.md) - [Cursor](https://pioneer-kelton-third-party-eval-docs.mintlify.site/cursor.md): Configure Cursor's chat panel to use Pioneer's OpenAI-compatible API, add custom models, and switch between them from the model picker. - [OpenClaw](https://pioneer-kelton-third-party-eval-docs.mintlify.site/openclaw.md): Configure OpenClaw to use Pioneer's OpenAI-compatible endpoint, discover models via /v1/models, and run the local gateway with Pioneer Auto. - [Hermes Agent](https://pioneer-kelton-third-party-eval-docs.mintlify.site/hermes.md): Configure Hermes Agent with Pioneer using a one-time setup command that imports a filtered model catalog and defaults to pioneer/auto routing. - [OpenCode](https://pioneer-kelton-third-party-eval-docs.mintlify.site/opencode.md): Connect the OpenCode CLI or desktop app to Pioneer to route model calls, switch between 70+ models, and optionally enable Exa-powered web search. - [Pioneer model catalog: encoders, decoders, and inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/models.md): Browse Pioneer's encoder (GLiNER) and decoder (LLM) models for fine-tuning and inference. Covers on-demand vs. serverless and how to query the live catalog. - [GLiGuard: Safety Moderation SLM](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/g-li-guard.md): Run GLiGuard, our open-source 300M safety moderation model, on Pioneer. - [GLiNER2-PII: PII Detection SLM](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/g-li-ner-2-pii.md): Run GLiNER2-PII, our open-source multilingual PII detection model, on Pioneer. - [Pioneer datasets: create, version, inspect, and delete](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/datasets.md): Pioneer stores and versions your training datasets automatically. Learn how to create them via generation or auto-labeling, then list, inspect, and delete them. - [Pioneer training jobs: lifecycle, metrics, and weights](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/training.md): Understand how Pioneer training jobs work — from submitting a job and polling status to reading metrics, stopping jobs, and downloading trained model weights. - [Inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/inference.md) - [Model Router](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/router.md) - [Model evaluations in Pioneer: F1, precision, recall](https://pioneer-kelton-third-party-eval-docs.mintlify.site/concepts/evaluations.md): Run Pioneer evaluations to measure F1, precision, and recall on a labeled dataset before deploying your fine-tuned model to production traffic. - [Pioneer REST API: base URL, auth, and quick reference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/overview.md): The Pioneer REST API overview: base URL, authentication, the recommended 5-step workflow from dataset to inference, and links to all endpoint group references. - [Pioneer API authentication: generate and use API keys](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/authentication.md): How to generate a Pioneer API key, pass it in the X-API-Key header, and manage keys programmatically including creation, listing, and revocation. - [Rate limits and daily spending caps for the Pioneer API](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/rate-limits.md): Per-endpoint request-rate limits, edge WAF quotas, daily spending caps, 429 error handling, and how to request higher limits for the Pioneer API. - [Pioneer API error codes: 401, 402, 404, 422, 429, 500](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/errors.md): HTTP status codes returned by the Pioneer API — 401, 402, 404, 422, 429, and 500 — with plain-language explanations and steps to resolve each one. - [Prompt Caching on Inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/prompt-caching.md): How prompt caching works on Pioneer, what qualifies for caching, how cache tokens are billed, and where to view cache usage. - [POST /inference — Pioneer native inference endpoint](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/inference/pioneer.md): POST /inference runs schema-based predictions on encoder or decoder models. Accepts model_id, text, schema with entities or classifications, and a threshold. - [OpenAI-compatible chat and completions on Pioneer API](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/inference/openai-compatible.md): Drop-in OpenAI replacement on Pioneer. Set base_url to https://api.pioneer.ai/v1, use your Pioneer key, and all SDK methods including streaming work unchanged. - [Anthropic-compatible POST /v1/messages on Pioneer API](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/inference/anthropic-compatible.md): Use Pioneer as a drop-in Anthropic SDK replacement. Point base_url to https://api.pioneer.ai/v1 and use your Pioneer API key to access fine-tuned models. - [Inference history and feedback endpoints on Pioneer](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/inference/history.md): List Pioneer inference history, filter by model or project, retrieve individual results, and submit corrections to improve your model via Adaptive Inference. - [Dataset management API — list, inspect, and delete](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/datasets.md): List all datasets in your Pioneer account, inspect version history and example counts, and delete datasets you no longer need. Storage is free on all plans. - [Synthetic data API — POST /generate and label-existing](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/synthetic-data.md): Start Pioneer data generation jobs for NER, classification, or decoder tasks, poll job status, and auto-label existing text without manual annotation. - [Training jobs API — start, poll, stop, and download](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/training-jobs.md): Submit Pioneer fine-tuning jobs, poll status, stream logs, list checkpoints, download weights, and stop or delete jobs. Supports LoRA and full fine-tuning. - [Evaluation API — measure model F1 before deploying](https://pioneer-kelton-third-party-eval-docs.mintlify.site/api-reference/evaluations.md): Run Pioneer evaluations against labeled datasets to measure F1, precision, and recall with per-entity breakdowns before promoting a model to production. - [Fine-tune a GLiNER NER model from data to inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/fine-tune-ner.md): Train a custom Named Entity Recognition model on your data using Pioneer's GLiNER encoder models, from dataset prep through evaluation and inference. - [Fine-tune a GLiNER text classification model from data to inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/fine-tune-classification.md): Train a custom single- or multi-label text classification model on your data using Pioneer's GLiNER encoder models, from dataset prep through evaluation and inference. - [Fine-tune a GLiNER structured extraction model from data to inference](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/fine-tune-extraction.md): Train a custom JSON-structured extraction model on your data using Pioneer's GLiNER encoder models — pull invoices, forms, and any structured record out of unstructured text. - [Fine-tune an open-source LLM on Pioneer — SFT, GRPO, and DPO](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/fine-tune-llm.md): Train a custom large language model with LoRA fine-tuning on Qwen, Llama, DeepSeek, or Gemma base models. Pioneer supports supervised fine-tuning (SFT) and the reinforcement-learning methods GRPO and DPO through a single training endpoint. - [Generate synthetic training data for NER and LLM tasks](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/synthetic-data.md): Use Pioneer's data generation API to create labeled NER, classification, and decoder training examples without manual annotation, or auto-label existing text. - [Adaptive Inference: automatic continuous retraining](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/adaptive-inference.md): Pioneer's Adaptive Inference monitors live traffic, collects corrections, retrains a new checkpoint, and promotes it automatically when performance improves. - [Use Pioneer with AI coding agents via Agent Skills](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/agent-skills.md): Add a SKILL.md file to your AI coding agent so Cursor, Claude Code, or similar agents can manage Pioneer datasets, training, and inference autonomously. - [Evaluate Pioneer models with Braintrust](https://pioneer-kelton-third-party-eval-docs.mintlify.site/guides/braintrust-evals.md): Point Braintrust at your Pioneer models. Pioneer speaks the OpenAI API, so you only change base_url and your API key — no adapters or proxies. - [Pioneer plans: Pro and Enterprise](https://pioneer-kelton-third-party-eval-docs.mintlify.site/pricing.md): Compare Pioneer's Pro and Enterprise plans. Start with $40 of platform credits on Pro plans and scale to advanced features on Enterprise as your needs grow. - [Pioneer FAQ: plans, data privacy, storage, and teams](https://pioneer-kelton-third-party-eval-docs.mintlify.site/faq.md): Answers to common questions about Pioneer plans, storage costs, data training practices, team collaboration, and special pricing for nonprofits and students. - [Legacy pricing (before July 1, 2026)](https://pioneer-kelton-third-party-eval-docs.mintlify.site/legacy-pricing.md) ## OpenAPI Specs - [openapi](https://pioneer-kelton-third-party-eval-docs.mintlify.site/openapi.json)