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

# Generation Tiers

> Understand how Quick, Standard, and Premium generation tiers affect WriterzRoom output depth, processing behavior, and ideal use cases.

WriterzRoom generation tiers control how much processing is applied to a content request.

Each tier is designed for a different production need: fast drafting, balanced professional generation, or deeper content creation.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(34,197,212,0.10), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#22c5d4', fontWeight: 800, letterSpacing: '0.04em', textTransform: 'uppercase', marginBottom: '8px' }}>Quick</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Fast drafting</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>Best for simple drafts, short-form content, outlines, and early idea testing.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(79,110,247,0.12), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#4f6ef7', fontWeight: 800, letterSpacing: '0.04em', textTransform: 'uppercase', marginBottom: '8px' }}>Standard</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Professional workflow</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>Best for most production content, including articles, newsletters, proposals, and guides.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(245,158,11,0.12), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#f59e0b', fontWeight: 800, letterSpacing: '0.04em', textTransform: 'uppercase', marginBottom: '8px' }}>Premium</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Deeper generation</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>Best for longer, more complex, research-heavy, or strategically important content.</div>
  </div>
</div>

## Tier Comparison

| Tier     | Best for                         | Pipeline depth         | Typical use                                     |
| -------- | -------------------------------- | ---------------------- | ----------------------------------------------- |
| Quick    | Speed and lightweight drafting   | Streamlined            | Short posts, outlines, simple drafts            |
| Standard | Balanced professional generation | Full standard workflow | Articles, newsletters, proposals, documentation |
| Premium  | Depth and more demanding outputs | Expanded workflow      | Research, long-form analysis, strategic briefs  |

## Quick

Quick is designed for speed.

Use Quick when you need a fast first version, short-form content, or an early draft that you plan to refine manually.

<CardGroup cols={2}>
  <Card title="Best uses" icon="zap">
    Social posts, lightweight summaries, initial outlines, short articles, and fast idea testing.
  </Card>

  <Card title="Primary tradeoff" icon="gauge">
    Faster turnaround with less depth than Standard or Premium.
  </Card>
</CardGroup>

Quick may use a more streamlined path depending on the selected template.

## Standard

Standard is the default tier for most professional content workflows.

Use Standard when you want a stronger draft with planning, research support where needed, editing, formatting, and reliable output consistency.

<CardGroup cols={2}>
  <Card title="Best uses" icon="file-text">
    Blog articles, newsletters, press releases, technical documentation, business proposals, and web content.
  </Card>

  <Card title="Primary advantage" icon="scale">
    Balanced quality, processing depth, and turnaround time.
  </Card>
</CardGroup>

Standard is the recommended starting point for most public-facing content.

## Premium

Premium is designed for deeper, longer, and more demanding generation tasks.

Use Premium when the content requires stronger reasoning, more context, longer-form output, or more careful handling of research-backed claims.

<CardGroup cols={2}>
  <Card title="Best uses" icon="layers">
    White papers, research-style drafts, long-form analysis, strategic briefs, and complex professional documents.
  </Card>

  <Card title="Primary advantage" icon="badge-check">
    More depth and a stronger processing path for high-value content.
  </Card>
</CardGroup>

## Choosing the Right Tier

<div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'rgba(255,255,255,0.04)', margin: '1rem 0 1.5rem' }}>
  <table>
    <thead>
      <tr>
        <th>Need</th>
        <th>Recommended tier</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Fast first draft</td>
        <td>Quick</td>
      </tr>

      <tr>
        <td>Balanced quality and speed</td>
        <td>Standard</td>
      </tr>

      <tr>
        <td>Public-facing professional content</td>
        <td>Standard or Premium</td>
      </tr>

      <tr>
        <td>Longer or more detailed content</td>
        <td>Premium</td>
      </tr>

      <tr>
        <td>Research-heavy output</td>
        <td>Premium</td>
      </tr>

      <tr>
        <td>Short social or campaign content</td>
        <td>Quick or Standard</td>
      </tr>
    </tbody>
  </table>
</div>

<Info>
  Generation tiers affect processing behavior and output depth. They do not remove the need for user review before publication.
</Info>

## Practical Recommendation

Start with **Standard** for most content.

Use **Quick** when you need speed, and use **Premium** when the content is longer, higher-stakes, research-heavy, or strategically important.

<CardGroup cols={2}>
  <Card title="Model Routing" icon="route" href="/architecture/model-routing">
    Learn how WriterzRoom routes generation work by tier and agent role.
  </Card>

  <Card title="Quick Start" icon="play" href="/getting-started/quick-start">
    Generate your first WriterzRoom draft.
  </Card>
</CardGroup>
