Loading... ยท Member since -
Balanced performance & speed ยท Recommended for most use cases
Loading...
Created: - ยท Keep this key secret!
from openai import OpenAI client = OpenAI( api_key=YOUR_API_KEY, base_url="https://aibridge-api.com/v1", ) response = client.chat.completions.create( model="qwen-plus", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)
curl https://aibridge-api.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "qwen-plus", "messages": [{"role": "user", "content": "Hello!"}] }'
Manage your account data and preferences.
๐ฅ Export My Data: Download all your account data, orders, and API usage history as a JSON file.
๐๏ธ Delete Account: Permanently delete your account and all associated data. This action cannot be undone.