⚡ LLM Gateway
🎮 Playground
All Systems Operational
€0.00
Balance
-
Tier
-
Requests/min
0
Requests (7d)
🔑 Your API Keys
📊 Usage (Last 7 Days)
| Date | Requests | Tokens In | Tokens Out | Cost | Avg Latency |
|---|
🧠 Available Models
🚀 Quick Start
# Python from openai import OpenAI client = OpenAI( base_url="http://localhost:4000/v1", api_key="your-api-key" ) response = client.chat.completions.create( model="qwen2.5-7b", messages=[{"role": "user", "content": "Hello!"}], stream=True ) for chunk in response: print(chunk.choices[0].delta.content, end="")
📈 Uptime (Last 30 Days)
Loading... uptime ■ Up ■ Degraded ■ Down ■ No data