Type-safe image intelligence for Celeste AI. Unified interface for Google Gemini and more
Project description
Celeste Image Intelligence
Image Intelligence capability for Celeste AI
🚀 Quick Start
from celeste import create_client, Capability, Provider
from celeste.artifacts import ImageArtifact
client = create_client(
capability=Capability.IMAGE_INTELLIGENCE,
provider=Provider.GOOGLE,
)
image = ImageArtifact(url="https://example.com/image.jpg")
response = await client.generate(
image=image,
prompt="What's in this image?"
)
print(response.content)
Install:
uv add "celeste-ai[image-intelligence]"
Supported Providers
Missing a provider? Request it – ⚡ we ship fast.
Streaming: ✅ Supported
Parameters: See API Documentation for full parameter reference.
🤝 Contributing
See CONTRIBUTING.md for guidelines.
Request a provider: GitHub Issues
📄 License
Apache 2.0 License – see LICENSE for details.
Get Started • Documentation • GitHub
Made with ❤️ by developers tired of framework lock-in
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file celeste_image_intelligence-0.2.1-py3-none-any.whl.
File metadata
- Download URL: celeste_image_intelligence-0.2.1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39bef462b2f667403a91cc19e5b1fc507d2bf3b5da8bba0723f4d0d01a39a301
|
|
| MD5 |
134187d6b70d334707b23007c66b72cf
|
|
| BLAKE2b-256 |
60a6b5553a6f896b2ca203875278cec81b2857b8fa17581f41b79f6f89720cc5
|