---
title: "Format Converter"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/model3d/formatconverter
markdown: https://docs.nodetool.ai/nodes/nodetool/model3d/formatconverter.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/model3d/formatconverter.md
---

# Format Converter

**Type:** `nodetool.model3d.FormatConverter`

**Namespace:** `nodetool.model3d`

## Description

Convert a 3D model between supported formats.
    3d, mesh, model, convert, format, glb, gltf, export

    Currently supported conversions: glb → gltf. Other targets are not yet implemented.

    Use cases:
    - Convert GLB to textual glTF for inspection
    - Export models as glTF for tool compatibility

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `model_3d` | The 3D model to convert | - |
| output_format | `enum` | Target format for conversion. Currently only glb → gltf is supported. | `glb` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `model_3d` |  |

## Related Nodes

Browse other nodes in the [nodetool.model3d](./) namespace.
