Active API Key
Loading...
Connection Details
API Base URL
Not configured
Status
Operational
Supported Models
Loading...
Usage Example (cURL)
curl https://api.example.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-..." \
-d '{
"model": "gemini-2.5-flash-lite",
"messages": [{"role": "user", "content": "Hello!"}]
}'