celesteai
v0.0.1
Published
Celeste AI Framework - JavaScript/TypeScript SDK (Placeholder)
Maintainers
Readme
celesteai - Placeholder Package
Important: This is a placeholder package to reserve the name.
The full Celeste AI JavaScript/TypeScript SDK is coming soon!
About Celeste AI
Celeste AI will be a unified multi-modal AI framework providing a single interface for:
- 🤖 Text generation - OpenAI, Anthropic, Google, Mistral, etc.
- 🎨 Image generation - DALL-E, Midjourney, Stable Diffusion, etc.
- 🎬 Video generation - Google Video AI, Replicate, etc.
- 🎵 Audio processing - Whisper, Google Speech, etc.
- 📊 Embeddings - Vector operations and semantic search
- 🔍 Reranking - Text reranking and search
Coming Soon
import { createClient, Capability, Provider } from 'celesteai';
// Unified API for all AI capabilities
const client = createClient({
capability: Capability.TEXT_GENERATION,
provider: Provider.ANTHROPIC,
model: 'claude-sonnet-4'
});
const response = await client.generate({
prompt: 'Hello, world!'
});Python SDK
For Python users, the framework is available at:
- PyPI:
pip install celeste-ai - Package: celeste-ai
Links
- 🌐 Homepage: celeste-ai.co
- 📦 GitHub: celeste-kai/celeste-ai
- 📧 Contact: [email protected]
Status: Package name reserved. SDK in active development.
License: MIT
