AI Integration

How Bleu.js integrates AI models into your applications.

Overview

Bleu.js provides a unified API for accessing a variety of AI models, including text generation, embeddings, and chat. The integration layer abstracts away model-specific details, allowing you to focus on building features.

  • Unified API for multiple model types
  • Easy switching between models
  • Support for custom and third-party models
  • Automatic batching and scaling

Integration Patterns

  • Direct API calls from frontend or backend
  • SDKs for JavaScript and Python
  • Webhooks for event-driven workflows
  • Custom plugins for advanced use cases