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

# Planck Features

> Explore Planck's model gateway, reliability controls, observability, prompt management, and integrations

Use this map to find the part of Planck that matches the problem you are
solving. If you have not sent a request yet, begin with the
[quickstart](/getting-started/quick-start).

## Models and inference

Call supported models through OpenAI-compatible or Anthropic-compatible APIs.

<CardGroup cols={3}>
  <Card title="Chat & Responses" icon="messages" href="/gateway/text-generation">
    Generate text with familiar request and response formats.
  </Card>

  <Card title="Model capabilities" icon="list-checks" href="/gateway/model-capabilities">
    Find models by operation, modality, parameter, and provider endpoint.
  </Card>

  <Card title="Provider routing" icon="route" href="/gateway/provider-routing">
    Choose a provider or let Planck route across compatible endpoints.
  </Card>

  <Card title="Tool calling" icon="wrench" href="/gateway/tool-calling">
    Let models request application-defined functions.
  </Card>

  <Card title="Structured JSON" icon="brackets-curly" href="/gateway/structured-json">
    Constrain model output to a schema your application can validate.
  </Card>

  <Card title="Media and data" icon="shapes" href="/gateway/embeddings">
    Work with embeddings, reranking, images, video, audio, and files.
  </Card>
</CardGroup>

## Reliability and controls

Apply production behavior without rebuilding each provider integration.

<CardGroup cols={3}>
  <Card title="Fallbacks" icon="shield-check" href="/gateway/concepts/error-handling">
    Understand eligible retries, provider failures, and fallback behavior.
  </Card>

  <Card title="Response caching" icon="database" href="/features/advanced-usage/caching">
    Reuse eligible gateway responses to reduce latency and cost.
  </Card>

  <Card title="Prompt caching" icon="bolt" href="/gateway/concepts/prompt-caching">
    Reuse provider-side prompt context on supported endpoints.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/features/advanced-usage/custom-rate-limits">
    Control request, cost, or property-based usage.
  </Card>

  <Card title="Prompt security" icon="shield" href="/features/advanced-usage/llm-security">
    Detect prompt attacks inline and handle blocked requests.
  </Card>

  <Card title="Gateway headers" icon="rectangle-list" href="/planck-headers/header-directory">
    Configure supported request-level gateway behavior.
  </Card>
</CardGroup>

## Observability

Connect model activity to the users, sessions, and application context that
produced it.

<CardGroup cols={3}>
  <Card title="Requests" icon="magnifying-glass" href="/features/observability-overview">
    Inspect inputs, outputs, cost, latency, errors, and provider details.
  </Card>

  <Card title="Properties" icon="tags" href="/features/advanced-usage/custom-properties">
    Add consistent metadata for filtering and analysis.
  </Card>

  <Card title="Sessions" icon="diagram-project" href="/features/sessions">
    Group related calls into conversations and agent workflows.
  </Card>

  <Card title="Scores & feedback" icon="star" href="/features/advanced-usage/scores">
    Attach automated evaluations and end-user feedback to requests.
  </Card>

  <Card title="Datasets" icon="table" href="/features/datasets">
    Curate reusable request sets for evaluation and export.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/features/webhooks">
    Deliver completed request events to your systems.
  </Card>
</CardGroup>

## Prompt management

Version, assemble, and deploy prompts independently from application releases.

<CardGroup cols={3}>
  <Card title="Prompt library" icon="book" href="/features/advanced-usage/prompts/overview">
    Create reusable, versioned prompt definitions.
  </Card>

  <Card title="Gateway deployment" icon="rocket" href="/gateway/prompt-integration">
    Select and render managed prompts in gateway requests.
  </Card>

  <Card title="Prompt assembly" icon="puzzle-piece" href="/features/advanced-usage/prompts/assembly">
    Understand templates, variables, messages, and runtime parameters.
  </Card>
</CardGroup>

## Integrations

Use Planck as the request path, add it to an existing provider integration, or
record non-model steps in a larger trace.

<CardGroup cols={3}>
  <Card title="Choose an integration" icon="signs-post" href="/getting-started/integration-method/overview">
    Compare gateway, automatic logging, manual logging, and custom traces.
  </Card>

  <Card title="Frameworks" icon="code" href="/integrations/overview">
    Connect Codex, LangChain, Semantic Kernel, Vercel AI SDK, and more.
  </Card>

  <Card title="Custom traces" icon="timeline" href="/integrations/custom-tracing">
    Record tools, retrieval, and application-specific operations.
  </Card>
</CardGroup>

## Keep exploring

<CardGroup cols={2}>
  <Card title="Guides" icon="file-lines" href="/guides/overview">
    Follow end-to-end application and prompting walkthroughs.
  </Card>

  <Card title="API reference" icon="code" href="/rest/ai-gateway/post-v1-chat-completions">
    Inspect gateway and platform endpoints in detail.
  </Card>
</CardGroup>
