mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
14 lines
2.3 KiB
Markdown
14 lines
2.3 KiB
Markdown
# CreateEmbeddingsResponse
|
|
|
|
Embedding response
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
|
| `object` | [operations.Object](../operations/object.md) | :heavy_check_mark: | N/A |
|
|
| `data` | List[[operations.CreateEmbeddingsData](../operations/createembeddingsdata.md)] | :heavy_check_mark: | N/A |
|
|
| `model` | *str* | :heavy_check_mark: | N/A |
|
|
| `usage` | [Optional[operations.Usage]](../operations/usage.md) | :heavy_minus_sign: | N/A | |