> ## Documentation Index
> Fetch the complete documentation index at: https://incredible-42686482-cursor-create-detailed-ai-agent-cookboo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Overview

> Summary of Incredible model lineup and when to use each

Explore the Agentic family of models. They can work with both text and data, to complete tasks.

## Incredible Small 1.0

Our latest model, optimized for performing real work.

<table style={{ width: '100%', borderCollapse: 'separate' }}>
  <thead>
    <tr>
      <th style={{ textAlign: 'left', padding: '12px 16px', width: '40%' }}>Field</th>
      <th style={{ textAlign: 'left', padding: '12px 16px' }}>Value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ padding: '12px 16px' }}>ID</td>
      <td style={{ padding: '12px 16px' }}>small-1</td>
    </tr>

    <tr>
      <td style={{ padding: '12px 16px' }}>Context Length</td>
      <td style={{ padding: '12px 16px' }}>128K Tokens</td>
    </tr>

    <tr>
      <td style={{ padding: '12px 16px' }}>Data limit</td>
      <td style={{ padding: '12px 16px' }}>512 MB</td>
    </tr>

    <tr>
      <td style={{ padding: '12px 16px' }}>Live-Code Function Calling</td>
      <td style={{ padding: '12px 16px' }}>Yes</td>
    </tr>

    <tr>
      <td style={{ padding: '12px 16px' }}>Pricing per 1M Tokens (input / output)</td>
      <td style={{ padding: '12px 16px' }}>$1 / $5</td>
    </tr>
  </tbody>
</table>

<div style={{ border: '1px solid #FF6200', borderRadius: '12px', padding: '16px', margin: '16px 0', background: 'rgba(255, 98, 0, 0.08)' }}>
  <strong>Note:</strong> Additional models will be released in the near-future.
</div>

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, minmax(0, 1fr))', gap: '16px' }}>
  <Card title="Taking Actions" icon="wrench" href="/guides/taking-actions-overview">
    Learn how models call functions to act.
  </Card>

  <Card title="Capabilities" icon="bolt" href="/guides/streaming-responses">
    Explore streaming and other capabilities.
  </Card>

  <Card title="Cookbook" icon="github" href="https://github.com/Norditech-AB/Incredible-API-Cookbook">
    Browse example projects and patterns.
  </Card>
</div>
