LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
aix/__init__.py
aix/audio.py
aix/batches.py
aix/chat.py
aix/contexts.py
aix/embeddings.py
aix/image.py
aix/misc.py
aix/models.py
aix/prompts.py
aix/stores.py
aix/util.py
aix/video.py
aix.egg-info/PKG-INFO
aix.egg-info/SOURCES.txt
aix.egg-info/dependency_links.txt
aix.egg-info/not-zip-safe
aix.egg-info/requires.txt
aix.egg-info/top_level.txt
aix/ai_models/__init__.py
aix/ai_models/base.py
aix/ai_models/examples.py
aix/ai_models/manager.py
aix/ai_models/sources.py
aix/gen_ai/__init__.py
aix/gen_ai/google_genai.py
aix/gen_ai/openai_genai.py
tests/test_audio.py
tests/test_chat.py
tests/test_embeddings.py
tests/test_image.py
tests/test_models.py
tests/test_prompts.py
tests/test_video.py