mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-19 04:23:44 +00:00
Merge pull request #14077 from TomeHirata/codex/add-support-for-anthropic-citation-api
Add support for anthropic citation api in Databricks
This commit is contained in:
@@ -282,6 +282,11 @@ ModelResponse(
|
||||
)
|
||||
```
|
||||
|
||||
### Citations
|
||||
|
||||
Anthropic models served through Databricks can return citation metadata. LiteLLM
|
||||
exposes these via `response.choices[0].message.provider_specific_fields["citations"]`.
|
||||
|
||||
### Pass `thinking` to Anthropic models
|
||||
|
||||
You can also pass the `thinking` parameter to Anthropic models.
|
||||
|
||||
Reference in New Issue
Block a user