> ## Documentation Index
> Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# co-mind.ai — Private AI Platform

> Enterprise-grade, self-hosted AI infrastructure with unified access to multiple AI models and backends.

# Welcome to co-mind.ai

The co-mind.ai — Private AI Platform provides enterprise-grade, self-hosted AI infrastructure with unified access to multiple AI models and backends through OpenAI-compatible APIs.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/guides/installation">
    Install the platform on your own infrastructure with the Co-Mind AI Platform Manager.
  </Card>

  <Card title="Platform Overview" icon="circle-info" href="/platform/overview">
    Learn about key features, supported models, and platform capabilities.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/guides/quickstart">
    Get up and running with your first API call in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete API documentation auto-generated from our OpenAPI spec.
  </Card>

  <Card title="Admin Guide" icon="gear" href="/admin/tenant-management">
    Manage tenants, directories, security policies, and audit logs.
  </Card>
</CardGroup>

## What You Can Build

<CardGroup cols={3}>
  <Card title="Chat & Completions" icon="comments">
    OpenAI-compatible chat and text completion with streaming support.
  </Card>

  <Card title="Knowledge Base RAG" icon="book">
    Upload documents and chat with your data using retrieval-augmented generation.
  </Card>

  <Card title="Vision & Multimodal" icon="image">
    Analyze images alongside text using vision-capable models.
  </Card>

  <Card title="Audio & Speech" icon="microphone">
    Transcribe audio with speaker diarization and synthesize text-to-speech.
  </Card>

  <Card title="Deep Research" icon="magnifying-glass">
    Multi-provider web search, content analysis, and report synthesis.
  </Card>

  <Card title="Document Analyzer" icon="file-lines">
    Extract structured data from documents with human-in-the-loop review.
  </Card>
</CardGroup>

## For Developers

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/guides/authentication">
    JWT and Personal Access Token (PAT) authentication deep-dive.
  </Card>

  <Card title="API Tokens" icon="lock" href="/guides/api-tokens">
    Create scoped tokens for programmatic access with fine-grained permissions.
  </Card>

  <Card title="Postman Collection" icon="flask-vial" href="/guides/postman">
    Import our ready-to-use Postman collection and start testing immediately.
  </Card>

  <Card title="Developer Guide" icon="book-open" href="/guides/developer-guide">
    Complete endpoint reference with request/response examples.
  </Card>
</CardGroup>
