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

# Graph Transformer architecture

### Description

In the model plan, you can set the model name as `GraphTransformer` to use the Graph Transformer architecture.

### Supported Task Types

* All except Link Prediction

### Example

<CodeGroup>
  ```yaml theme={null}
  model_architecture:
    model:
      - name: GraphTransformer
  ```
</CodeGroup>
