Skip to content

Integration Patterns

Effective patterns for integrating Oraicle API into your applications.

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).