A powerful, feature-rich Python SDK for Meta AI - Chat, Image & Video Generation
This SDK provides seamless access to Meta AI's capabilities including:
- ๐ฌ Chat - Powered by Llama 3 with real-time internet access
- ๐จ Image Generation - Create AI-generated images
- ๐ฌ Video Generation - Generate videos from text prompts
- ๐ Real-time Information - Get up-to-date info via Bing
- ๐ No API Key - Uses browser cookies for authentication
pip install metaai_apifrom meta_ai_api import MetaAI
# Initialize
ai = MetaAI()
# Chat
response = ai.prompt("What's the weather today?")
print(response["message"])- Complete README - Full documentation
- Video Generation Guide - Detailed video generation docs
- Quick Reference - Fast lookup guide
- Contributing - How to contribute
MIT License - see LICENSE file for details.
This project is independent and not officially affiliated with Meta Platforms, Inc.
Made with โค๏ธ for the AI community