openrouter 0.2.0

A library to interact with the OpenRouter API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "data": {
    "label": "sk-or-v1-116...0ce",
    "limit": 5,
    "usage": 0.1015644762,
    "is_provisioning_key": false,
    "limit_remaining": 4.8984355238,
    "is_free_tier": false,
    "rate_limit": {
      "requests": 50,
      "interval": "10s"
    }
  }
}