Files
openrouter-python-sdk-retry…/docs/operations/getcurrentkeydata.md
T
OpenRouter Team 5f2c0ee2ea Project import generated by Copybara.
GitOrigin-RevId: 2592bdc8b4b7c695a3d689390aedc9a42914acc8
2026-01-22 01:26:28 +00:00

18 KiB
Raw Blame History

GetCurrentKeyData

Current API key information

Fields

Field Type Required Description Example
label str ✔️ Human-readable label for the API key sk-or-v1-0e6...1c96
limit Nullable[float] ✔️ Spending limit for the API key in USD 100
usage float ✔️ Total OpenRouter credit usage (in USD) for the API key 25.5
usage_daily float ✔️ OpenRouter credit usage (in USD) for the current UTC day 25.5
usage_weekly float ✔️ OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday) 25.5
usage_monthly float ✔️ OpenRouter credit usage (in USD) for the current UTC month 25.5
byok_usage float ✔️ Total external BYOK usage (in USD) for the API key 17.38
byok_usage_daily float ✔️ External BYOK usage (in USD) for the current UTC day 17.38
byok_usage_weekly float ✔️ External BYOK usage (in USD) for the current UTC week (Monday-Sunday) 17.38
byok_usage_monthly float ✔️ External BYOK usage (in USD) for current UTC month 17.38
is_free_tier bool ✔️ Whether this is a free tier API key false
is_provisioning_key bool ✔️ Whether this is a provisioning key false
limit_remaining Nullable[float] ✔️ Remaining spending limit in USD 74.5
limit_reset Nullable[str] ✔️ Type of limit reset for the API key monthly
include_byok_in_limit bool ✔️ Whether to include external BYOK usage in the credit limit false
expires_at date ISO 8601 UTC timestamp when the API key expires, or null if no expiration 2027-12-31T23:59:59Z
rate_limit operations.RateLimit ✔️ : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Legacy rate limit information about a key. Will always return -1.
{
"requests": 1000,
"interval": "1h",
"note": "This field is deprecated and safe to ignore."
}