Change summary
cmd/huggingface/main.go | 2 +-
internal/providers/configs/huggingface.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -114,7 +114,7 @@ func main() {
APIKey: "$HF_TOKEN",
APIEndpoint: "https://router.huggingface.co/v1",
Type: catwalk.TypeOpenAICompat,
- DefaultLargeModelID: "moonshotai/Kimi-K2-Instruct-0905:groq",
+ DefaultLargeModelID: "moonshotai/Kimi-K2.5:fireworks-ai",
DefaultSmallModelID: "openai/gpt-oss-20b:groq",
Models: []catwalk.Model{},
DefaultHeaders: map[string]string{
@@ -4,7 +4,7 @@
"api_key": "$HF_TOKEN",
"api_endpoint": "https://router.huggingface.co/v1",
"type": "openai-compat",
- "default_large_model_id": "moonshotai/Kimi-K2-Instruct-0905:groq",
+ "default_large_model_id": "moonshotai/Kimi-K2.5:fireworks-ai",
"default_small_model_id": "openai/gpt-oss-20b:groq",
"models": [
{