mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Add kimi-k2-0711-preview model to OpenHands provider (#9755)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
4f46826de9
commit
eed71c21bd
@ -20,6 +20,7 @@ export const VERIFIED_MODELS = [
|
||||
"devstral-small-2505",
|
||||
"devstral-small-2507",
|
||||
"devstral-medium-2507",
|
||||
"kimi-k2-0711-preview",
|
||||
];
|
||||
|
||||
// LiteLLM does not return OpenAI models with the provider, so we list them here to set them ourselves for consistency
|
||||
@ -66,6 +67,7 @@ export const VERIFIED_OPENHANDS_MODELS = [
|
||||
"devstral-small-2507",
|
||||
"devstral-medium-2507",
|
||||
"devstral-small-2505",
|
||||
"kimi-k2-0711-preview",
|
||||
];
|
||||
|
||||
// Default model for OpenHands provider
|
||||
|
||||
@ -189,6 +189,7 @@ VERIFIED_OPENHANDS_MODELS = [
|
||||
'o3',
|
||||
'o4-mini',
|
||||
'gemini-2.5-pro',
|
||||
'kimi-k2-0711-preview',
|
||||
]
|
||||
|
||||
|
||||
|
||||
@ -63,6 +63,7 @@ def get_supported_llm_models(config: OpenHandsConfig) -> list[str]:
|
||||
'openhands/devstral-small-2505',
|
||||
'openhands/devstral-small-2507',
|
||||
'openhands/devstral-medium-2507',
|
||||
'openhands/kimi-k2-0711-preview',
|
||||
]
|
||||
model_list = openhands_models + model_list
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user