mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
docs(e2e): add cache_hit to the naming grammar assertion vocabulary
This commit is contained in:
parent
a76dd9bf8e
commit
6874271db4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ llm.<endpoint>.<route>.<capability>.<streaming>.<assertion>
|
|||
capability : basic | tool_use | prompt_cache_5m | vision | thinking | structured_output
|
||||
| service_tier | mid_conversation_system
|
||||
streaming : stream | nonstream (omit where n/a)
|
||||
assertion : works | cost_logged
|
||||
assertion : works | cost_logged | cache_hit
|
||||
label (not in id): model = haiku-4.5 | sonnet-4.6 | opus-4.7 | gpt-*
|
||||
e.g. llm.chat_completions.bedrock_converse.tool_use.stream.works
|
||||
llm.messages.anthropic.prompt_cache_1h.nonstream.cache_hit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue