mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: mypy error
This commit is contained in:
parent
0cc52c7582
commit
ab9c840924
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ class ModelInfoBase(ProviderSpecificModelInfo, total=False):
|
|||
key: Required[str] # the key in litellm.model_cost which is returned
|
||||
|
||||
max_tokens: Required[Optional[int]]
|
||||
max_input_tokens: Required[Optional[int]]
|
||||
max_output_tokens: Required[Optional[int]]
|
||||
input_cost_per_token: Required[float]
|
||||
input_cost_per_token_flex: Optional[float] # OpenAI flex service tier pricing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue