Overview
Learn about different ways to connect to and integrate with Hanzo Cloud.
Overview
In this section, we will show you how to connect your application to Hanzo Cloud.
Hanzo Cloud provides two main methods for integrating with your applications:
Hanzo Cloud SDK- For direct integration with Hanzo Cloud's APIOpenAI API Compatibility- For connecting existing OpenAI-compatible UIs and clients
Hanzo Cloud SDK
What is Hanzo Cloud SDK?
Hanzo Cloud SDK provides a programmatic way to interact with Hanzo Cloud services. It offers a convenient set of APIs that allow developers to manage tasks, knowledge bases, and other features of Hanzo Cloud directly from their applications.
We recommend using the Hanzo Cloud SDK for the following reasons:
- It provides direct access to Hanzo Cloud-specific functionality
- It simplifies authentication and configuration
- It handles error cases and provides a more developer-friendly experience
Currently, Hanzo Cloud offers a Java SDK, with more language support planned for the future.
OpenAI API Compatibility
What is OpenAI API Compatibility?
Hanzo Cloud supports the OpenAI API format, allowing you to connect any OpenAI-compatible chat UI or client application to Hanzo Cloud. This makes it easy to use popular open-source chat interfaces with Hanzo Cloud's backend.
We recommend using the OpenAI API compatibility for the following reasons:
- It allows you to use your preferred chat UI with Hanzo Cloud
- It simplifies integration if you're already using OpenAI-compatible tools
- It provides a standardized way to interact with Hanzo Cloud's AI capabilities
This approach is particularly useful if you want to quickly integrate Hanzo Cloud with existing applications that already support the OpenAI API format.
How is this guide?
Last updated on