Files
openrouter-python-sdk-retry…/docs/models/openresponsesreasoningstatusunion.md
T
Matt Apperson 5fc522c72f Initial commit: OpenRouter Python SDK
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
2025-11-13 10:56:25 -05:00

24 lines
479 B
Markdown

# OpenResponsesReasoningStatusUnion
## Supported Types
### `models.OpenResponsesReasoningStatusCompleted`
```python
value: models.OpenResponsesReasoningStatusCompleted = /* values here */
```
### `models.OpenResponsesReasoningStatusIncomplete`
```python
value: models.OpenResponsesReasoningStatusIncomplete = /* values here */
```
### `models.OpenResponsesReasoningStatusInProgress`
```python
value: models.OpenResponsesReasoningStatusInProgress = /* values here */
```