Integration Patterns
Effective patterns for integrating Oraicle API into your applications.
Single-API Architecture
Section titled “Single-API Architecture”One endpoint serves every model and every oracle, which makes a few patterns cheap to adopt:
- 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 - Chain calls for bigger jobs (e.g., a web lookup with a small model, then a summary with a larger one).