mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
11 lines
1.4 KiB
Markdown
11 lines
1.4 KiB
Markdown
# ChatCompletionTokenLogprobs
|
|
|
|
Log probabilities for the completion
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
| `content` | List[[models.ChatCompletionTokenLogprob](../models/chatcompletiontokenlogprob.md)] | :heavy_check_mark: | Log probabilities for content tokens |
|
|
| `refusal` | List[[models.ChatCompletionTokenLogprob](../models/chatcompletiontokenlogprob.md)] | :heavy_check_mark: | Log probabilities for refusal tokens | |