Integrations

Use Hypery with popular tools and frameworks

Overview

Hypery Hub works with popular AI tools and frameworks by simply configuring the base URL.


Supported Tools

Development Tools

Python Libraries


Quick Start

All integrations work the same way - just set the baseURL:

import OpenAI from 'openai'
 
const client = new OpenAI({
  apiKey: process.env.GATEWAY_API_KEY,
  baseURL: 'https://hypery.ai/api/v1'
})

Base URL Reference

Hypery Hub Base URL:
https://hypery.ai/api/v1

Use this base URL with any OpenAI-compatible SDK or tool.


Next Steps

Choose your integration and follow the detailed guide: