mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "OpenRouterMetadata"
|
||||
---
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
||||
| `attempt` | *int* | :heavy_check_mark: | N/A | |
|
||||
| `attempts` | List[[components.RouterAttempt](../components/routerattempt.mdx)] | :heavy_minus_sign: | N/A | |
|
||||
| `endpoints` | [components.EndpointsMetadata](../components/endpointsmetadata.mdx) | :heavy_check_mark: | N/A | \{<br/>"available": [<br/>\{<br/>"model": "openai/gpt-4o",<br/>"provider": "OpenAI",<br/>"selected": true<br/>}<br/>],<br/>"total": 3<br/>} |
|
||||
| `is_byok` | *bool* | :heavy_check_mark: | N/A | |
|
||||
| `params` | [Optional[components.RouterParams]](../components/routerparams.mdx) | :heavy_minus_sign: | N/A | \{<br/>"version_group": "anthropic/claude-sonnet-4"<br/>} |
|
||||
| `pipeline` | List[[components.PipelineStage](../components/pipelinestage.mdx)] | :heavy_minus_sign: | N/A | |
|
||||
| `region` | *Nullable[str]* | :heavy_check_mark: | N/A | |
|
||||
| `requested` | *str* | :heavy_check_mark: | N/A | |
|
||||
| `strategy` | [components.RoutingStrategy](../components/routingstrategy.mdx) | :heavy_check_mark: | N/A | direct |
|
||||
| `summary` | *str* | :heavy_check_mark: | N/A | |
|
||||
Reference in New Issue
Block a user