Current section
Files
Jump to
Current section
Files
lib/ltx_2_5.ex
defmodule Ltx25 do
@moduledoc """
Minimal metadata module for the LTX 2.5 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/ltx-2-5"
@summary "LTX 2.5 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official LTX 2.5 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end