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

# Welcome to Terramind

> A powerful AI coding assistant CLI and AI SDK provider

## What is Terramind?

Terramind is a powerful AI coding assistant that provides access to multiple LLM providers through a unified interface. Whether you're using it as a CLI tool or integrating it into your applications via the AI SDK, Terramind gives you cutting-edge AI capabilities at your fingertips.

## Key Features

<CardGroup cols={2}>
  <Card title="Unified API" icon="plug">
    Access multiple LLM providers (Claude, GPT, Gemini, and more) through one consistent interface
  </Card>

  <Card title="AI SDK Provider" icon="code">
    Use Terramind as a provider with Vercel AI SDK for seamless integration
  </Card>

  <Card title="Tool Calling" icon="wrench">
    Built-in support for AI SDK tools with real-time streaming responses
  </Card>

  <Card title="Easy Installation" icon="rocket">
    One-line install script gets you up and running in seconds
  </Card>
</CardGroup>

## Available Models

Terramind provides access to industry-leading AI models:

* **Claude**: `claude-sonnet-4-5`, `claude-sonnet-4`, `claude-haiku-4-5`, `claude-3-5-haiku`, `claude-opus-4-1`
* **GPT**: `gpt-5`, `gpt-5-codex`
* **Chinese Models**: `glm-4.6`, `kimi-k2`, `qwen3-coder`
* **Specialized**: `grok-code`, `big-pickle`

## Use Cases

<AccordionGroup>
  <Accordion title="Interactive Coding Assistant">
    Use Terramind CLI for real-time coding assistance, code generation, and debugging help directly in your terminal.
  </Accordion>

  <Accordion title="AI-Powered Applications">
    Integrate Terramind as an AI SDK provider in your Node.js applications to add AI capabilities with minimal code.
  </Accordion>

  <Accordion title="Multi-Model Access">
    Switch between different AI models (Claude, GPT, Gemini) based on your task requirements.
  </Accordion>
</AccordionGroup>

## Getting Started

Ready to get started? Choose your path:

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in under 5 minutes
  </Card>

  <Card title="Installation Guide" icon="download" href="/installation">
    Detailed installation instructions for all platforms
  </Card>
</CardGroup>

## Community & Support

* **GitHub**: [github.com/terramind-com](https://github.com/terramind-com)
* **Website**: [terramind.com](https://terramind.com)
* **Email**: [support@terramind.com](mailto:support@terramind.com)
