README.md

# Hunyuan 3D

AI-powered 3D model generation platform by Tencent.

## Official Website

Visit: [https://hunyuan-3d.org](https://hunyuan-3d.org)

## Installation

```elixir
def deps do
  [{:hunyuan_3d, "~> 0.1.0"}]
end
```

## Usage

```elixir
info = Hunyuan3d.get_info()
IO.inspect(info)

url = Hunyuan3d.get_platform_url()
IO.puts(url)  # https://hunyuan-3d.org
```

## Links

- Website: [https://hunyuan-3d.org](https://hunyuan-3d.org)
- Hex.pm: [https://hex.pm/packages/hunyuan_3d](https://hex.pm/packages/hunyuan_3d)

## License

MIT License