Skip to content

Integration Patterns

Effective patterns for integrating Oraicle API into your applications.

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