Integration Patterns
Effective patterns for integrating Oraicle API into your applications.
Single-API Architecture
Section titled “Single-API Architecture”One of Oraicle’s key advantages is the unified API that provides access to multiple models and tools. Leverage this by:
- Creating model-agnostic code - Build your integration to easily switch between models.
- Implementing A/B testing - Test different models against each other to find the best fit.
- Using composition - Combine multiple API calls for complex workflows (e.g., embedding + semantic search + completion).