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