mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
25 lines
444 B
Plaintext
25 lines
444 B
Plaintext
---
|
|
title: "ReasoningFormat"
|
|
---
|
|
|
|
## Example Usage
|
|
|
|
```python
|
|
from openrouter.components import ReasoningFormat
|
|
|
|
# Open enum: unrecognized values are captured as UnrecognizedStr
|
|
value: ReasoningFormat = "unknown"
|
|
```
|
|
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will not fail type checks.
|
|
|
|
- `"unknown"`
|
|
- `"openai-responses-v1"`
|
|
- `"azure-openai-responses-v1"`
|
|
- `"xai-responses-v1"`
|
|
- `"anthropic-claude-v1"`
|
|
- `"google-gemini-v1"`
|