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
42 KiB
42 KiB
OpenResponsesRequest
Request schema for Responses endpoint
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
input |
Optional[models.OpenResponsesInput] | ➖ | Input for a response request - can be a string or array of items | [ { "role": "user", "content": "What is the weather today?" } ] |
instructions |
OptionalNullable[str] | ➖ | N/A | |
metadata |
Dict[str, str] | ➖ | Metadata key-value pairs for the request. Keys must be ≤64 characters and cannot contain brackets. Values must be ≤512 characters. Maximum 16 pairs allowed. | { "user_id": "123", "session_id": "abc-def-ghi" } |
tools |
List[models.OpenResponsesRequestToolUnion] | ➖ | N/A | |
tool_choice |
Optional[models.OpenAIResponsesToolChoiceUnion] | ➖ | N/A | |
parallel_tool_calls |
OptionalNullable[bool] | ➖ | N/A | |
model |
Optional[str] | ➖ | N/A | |
models |
List[str] | ➖ | N/A | |
text |
Optional[models.OpenResponsesResponseText] | ➖ | Text output configuration including format and verbosity | { "format": { "type": "text" }, "verbosity": "medium" } |
reasoning |
OptionalNullable[models.OpenResponsesReasoningConfig] | ➖ | Configuration for reasoning mode in the response | { "summary": "auto", "enabled": true } |
max_output_tokens |
OptionalNullable[float] | ➖ | N/A | |
temperature |
OptionalNullable[float] | ➖ | N/A | |
top_p |
OptionalNullable[float] | ➖ | N/A | |
top_k |
Optional[float] | ➖ | N/A | |
prompt_cache_key |
OptionalNullable[str] | ➖ | N/A | |
previous_response_id |
OptionalNullable[str] | ➖ | N/A | |
prompt |
OptionalNullable[models.OpenAIResponsesPrompt] | ➖ | N/A | |
include |
List[models.OpenAIResponsesIncludable] | ➖ | N/A | |
background |
OptionalNullable[bool] | ➖ | N/A | |
safety_identifier |
OptionalNullable[str] | ➖ | N/A | |
store |
OptionalNullable[bool] | ➖ | N/A | |
service_tier |
OptionalNullable[models.ServiceTier] | ➖ | N/A | auto |
truncation |
OptionalNullable[models.Truncation] | ➖ | N/A | auto |
stream |
Optional[bool] | ➖ | N/A | |
provider |
OptionalNullable[models.Provider] | ➖ | When multiple model providers are available, optionally indicate your routing preference. | |
plugins |
List[models.Plugin] | ➖ | Plugins you want to enable for this request, including their settings. | |
user |
Optional[str] | ➖ | A unique identifier representing your end-user, which helps distinguish between different users of your app. This allows your app to identify specific users in case of abuse reports, preventing your entire app from being affected by the actions of individual users. Maximum of 128 characters. |