> ## 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.

# Introduction

> Overview of Incredible API agentic models and how to get started

The Incredible API provides agentic models designed for executing tasks through code. These models can reason with data, interact with APIs, and perform complex analysis while maintaining compatibility with standard LLM interfaces.

Our models execute live code to call functions, handling workflows that would typically require multiple LLM calls or human intervention. They perform actions in parallel, chain operations together, maintain context across steps, and adapt based on results—from simple API calls to complex multi-system integrations.

### Get Started

If you’re new to the Incredible API, start with these essentials.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, minmax(0, 1fr))', gap: '16px' }}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call.
  </Card>

  <Card title="Model Overview" icon="brain" href="/guides/models-overview">
    Available models and their capabilities.
  </Card>

  <Card title="Taking Actions" icon="wrench" href="/guides/function-calling">
    Using function calling.
  </Card>
</div>

### Develop with Incredible

Dive deeper with examples, references, and ready-to-run code.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, minmax(0, 1fr))', gap: '16px' }}>
  <Card title="Examples" icon="file-code" href="/examples/hello-incredible">
    Explore step-by-step examples of what you can do with the API.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/chat/completion">
    Integrate the Incredible API into your products.
  </Card>

  <Card title="Cookbook" icon="github" href="https://github.com/Norditech-AB/Incredible-API-Cookbook">
    GitHub repository with example projects to try out.
  </Card>
</div>
