mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
feat: add FuturMix as named OpenAI-compatible provider
Adds FuturMix to providers.json with base URL, API key env vars, and max_completion_tokens param mapping. Signed-off-by: Gzhao-redpoint <87687895+Gzhao-redpoint@users.noreply.github.com>
This commit is contained in:
parent
70492cee42
commit
8f9da0a4fe
1 changed files with 13 additions and 0 deletions
|
|
@ -101,5 +101,18 @@
|
|||
"param_mappings": {
|
||||
"max_completion_tokens": "max_tokens"
|
||||
}
|
||||
},
|
||||
"aihubmix": {
|
||||
"base_url": "https://aihubmix.com/v1",
|
||||
"api_key_env": "AIHUBMIX_API_KEY",
|
||||
"api_base_env": "AIHUBMIX_API_BASE"
|
||||
},
|
||||
"futurmix": {
|
||||
"base_url": "https://futurmix.ai/v1",
|
||||
"api_key_env": "FUTURMIX_API_KEY",
|
||||
"api_base_env": "FUTURMIX_API_BASE",
|
||||
"param_mappings": {
|
||||
"max_completion_tokens": "max_tokens"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue