OpenAI SDK Configuration

Python
from openai import OpenAI client = OpenAI( base_url="https://api.cheaprouter.club/v1", api_key="your-cheaprouter-key" )
Node.js
import OpenAI from 'openai'; const client = new OpenAI({ baseURL: 'https://api.cheaprouter.club/v1', apiKey: 'your-cheaprouter-key' });