defmodule GeminiOmniAi do
@moduledoc """
Gemini Omni turns text prompts and images into polished omni video clips. Generate ads, social reels, and launch content with Gemini Omni AI.
Official Website: [https://gemini-omni.online](https://gemini-omni.online)
"""
@website "https://gemini-omni.online"
@support "support@gemini-omni.online"
def website, do: @website
def support, do: @support
def get_info do
%{
name: "Gemini Omni",
title: "Gemini Omni AI Video Generator | Omni Video Online",
website: @website,
support: @support,
description: "Gemini Omni turns text prompts and images into polished omni video clips. Generate ads, social reels, and launch content with Gemini Omni AI."
}
end
end