mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Auto-generated Python SDK for OpenRouter API, providing comprehensive client library with: - Chat completions and streaming support - Embeddings API - Model and provider information - API key management - Analytics and usage tracking - OAuth authentication flows - Full type hints and error handling
5.8 KiB
5.8 KiB
CreateKeysRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
str | ✔️ | Name for the new API key | My New API Key |
limit |
OptionalNullable[float] | ➖ | Optional spending limit for the API key in USD | 50 |
limit_reset |
OptionalNullable[models.CreateKeysLimitReset] | ➖ | Type of limit reset for the API key (daily, weekly, monthly, or null for no reset). Resets happen automatically at midnight UTC, and weeks are Monday through Sunday. | monthly |
include_byok_in_limit |
Optional[bool] | ➖ | Whether to include BYOK usage in the limit | true |
expires_at |
date | ➖ | Optional ISO 8601 UTC timestamp when the API key should expire. Must be UTC, other timezones will be rejected | 2027-12-31T23:59:59Z |