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

# Model roles

> Learn about the different model roles in Gobi including chat, autocomplete, edit, apply, embeddings, and reranking for customizing your AI coding agent's capabilities

<CardGroup>
  <Card title="Introduction" href="/customize/model-roles" icon="file-lines" horizontal>
    Apply model role
  </Card>

  <Card title="Chat Role" href="/customize/model-roles/chat" icon="file-lines" horizontal>
    Chat model role
  </Card>

  <Card title="Autocomplete Role" href="/customize/model-roles/autocomplete" icon="file-lines" horizontal>
    Autocomplete model role
  </Card>

  <Card title="Edit Role" href="/customize/model-roles/edit" icon="file-lines" horizontal>
    Edit model role
  </Card>

  <Card title="Apply Role" href="/customize/model-roles/apply" icon="file-lines" horizontal>
    Apply model role
  </Card>

  <Card title="Embeddings Role" href="/customize/model-roles/embeddings" icon="file-lines" horizontal>
    Embeddings model role
  </Card>

  <Card title="Rerank Role" href="/customize/model-roles/reranking" icon="file-lines" horizontal>
    Rerank model role
  </Card>
</CardGroup>
