Skip to main content

What are Integrations?

Integrations are protocol adapters that make Vikat 100% compatible with existing AI provider SDKs. They translate between provider-specific API formats (OpenAI, Anthropic, Google GenAI) and Vikat’s unified API, enabling you to:
  • Drop-in replacement - Change only the base URL in your existing code
  • Zero migration effort - Keep your current SDK and request/response handling
  • Instant feature access - Get governance, caching, fallbacks, and monitoring without code changes

Quick Example

Before (Direct Provider)

After (Vikat Integration)

That’s it! Your application now has automatic fallbacks, governance, monitoring, and all Vikat features.

Available Integrations

Vikat provides complete compatibility with these popular AI SDKs:

Learn More

For detailed setup guides, compatibility information, and advanced usage: Complete Integration Documentation

Next Steps

Now that you understand integrations, explore these related topics:

Essential Topics

Advanced Topics