mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
9 lines
5.8 KiB
Plaintext
9 lines
5.8 KiB
Plaintext
---
|
|
title: "ListPresetVersionsResponse"
|
|
---
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `result` | [components.ListPresetVersionsResponse](../components/listpresetversionsresponse.mdx) | :heavy_check_mark: | N/A | \{<br/>"data": [<br/>\{<br/>"config": \{<br/>"model": "openai/gpt-4o",<br/>"temperature": 0.7<br/>},<br/>"created_at": "2026-04-20T10:00:00Z",<br/>"creator_id": "user_2dHFtVWx2n56w6HkM0000000000",<br/>"id": "550e8400-e29b-41d4-a716-446655440000",<br/>"preset_id": "650e8400-e29b-41d4-a716-446655440001",<br/>"system_prompt": "You are a helpful assistant.",<br/>"updated_at": "2026-04-20T10:00:00Z",<br/>"version": 1<br/>}<br/>],<br/>"total_count": 1<br/>} | |