forked from phoenix/litellm-mirror
sonnet supports pdf, haiku does not (#6928)
This commit is contained in:
parent
8fd3bf34d8
commit
d84e355eab
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,6 @@
|
||||||
"tool_use_system_prompt_tokens": 264,
|
"tool_use_system_prompt_tokens": 264,
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_pdf_input": true,
|
|
||||||
"supports_response_schema": true
|
"supports_response_schema": true
|
||||||
},
|
},
|
||||||
"claude-3-opus-20240229": {
|
"claude-3-opus-20240229": {
|
||||||
|
@ -2098,6 +2097,7 @@
|
||||||
"supports_vision": true,
|
"supports_vision": true,
|
||||||
"tool_use_system_prompt_tokens": 159,
|
"tool_use_system_prompt_tokens": 159,
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_response_schema": true
|
"supports_response_schema": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue