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

# Guides

> Model quickstarts, agent walkthroughs, and coding-tool integrations for GMI Cloud.

Pick a path. Quickstarts get you running a model in minutes. Agent guides wire GMI into agent frameworks. Coding-tool guides plug GMI into the IDE or CLI you already use.

## Model Quickstarts

Per-model pages with copy-paste examples, organised by modality.

<CardGroup cols={2}>
  <Card title="Text" href="/model-quickstarts/text/overview">
    LLMs for chat, code, reasoning, OCR, and vision-language.
  </Card>

  <Card title="Image" href="/model-quickstarts/image/overview">
    Generation, editing, in-painting, batch inference.
  </Card>

  <Card title="Video" href="/model-quickstarts/video/overview">
    Text-to-video, image-to-video, editing, avatars.
  </Card>

  <Card title="Audio" href="/model-quickstarts/audio/overview">
    TTS, voice cloning, music generation.
  </Card>
</CardGroup>

## Agents

Walkthroughs for building agents on top of GMI Cloud.

<CardGroup cols={2}>
  <Card title="Hermes Agent" href="/agents/set-up-hermes-agent-with-gmi-cloud">
    Set up Hermes Agent with GMI Cloud and run it from Telegram.
  </Card>

  <Card title="Dify Deep Research" href="/agents/build-deep-research-workflow-in-dify">
    Build a multi-step research agent in Dify with GMI models.
  </Card>

  <Card title="OpenClaw" href="/agents/openclaw">
    Add GMI as a provider inside OpenClaw via the official plugin.
  </Card>
</CardGroup>

## Coding Tools

Point your existing IDE or CLI at GMI Cloud's OpenAI-compatible endpoint.

<CardGroup cols={3}>
  <Card title="Claude Code" href="/coding-tools/claude-code">
    Anthropic's CLI, no Claude Max subscription required.
  </Card>

  <Card title="Codex" href="/coding-tools/codex">
    OpenAI's Codex CLI with a GMI provider config.
  </Card>

  <Card title="Cursor" href="/coding-tools/cursor">
    Override Cursor's OpenAI base URL (Pro plan required).
  </Card>
</CardGroup>

## Need something else?

* Use [Inference](/inference-engine/ie-intro) for the serverless and dedicated endpoint platform.
* Use [GPU Clusters](/cluster-engine/index) for bare-metal and container compute.
* Hit [support@gmicloud.ai](mailto:support@gmicloud.ai) if you're stuck.
