mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix: add modelslab models and fix base_url
This commit is contained in:
parent
e5baa2232f
commit
b67bbee3a0
2 changed files with 25 additions and 0 deletions
|
|
@ -101,5 +101,12 @@
|
|||
"param_mappings": {
|
||||
"max_completion_tokens": "max_tokens"
|
||||
}
|
||||
},
|
||||
"modelslab": {
|
||||
"base_url": "https://modelslab.com/uncensored-chat/v1",
|
||||
"api_key_env": "MODELSLAB_API_KEY",
|
||||
"param_mappings": {
|
||||
"max_completion_tokens": "max_tokens"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37032,5 +37032,23 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"modelslab/llama-3.1-8b-uncensored": {
|
||||
"input_cost_per_token": 0.0,
|
||||
"litellm_provider": "modelslab",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 8192,
|
||||
"max_tokens": 8192,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0.0
|
||||
},
|
||||
"modelslab/llama-3.1-70b-uncensored": {
|
||||
"input_cost_per_token": 0.0,
|
||||
"litellm_provider": "modelslab",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 8192,
|
||||
"max_tokens": 8192,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0.0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue