fix(venice): switch default model to kimi-k2-5 (#38423)

* Docs: refresh Venice default model guidance

* Venice: switch default model to Kimi K2.5

* Changelog: credit Venice default refresh
This commit is contained in:
Vincent Koc
2026-03-06 19:31:07 -05:00
committed by GitHub
parent adb9234d03
commit 3070fafec1
4 changed files with 81 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ import { createSubsystemLogger } from "../logging/subsystem.js";
const log = createSubsystemLogger("venice-models");
export const VENICE_BASE_URL = "https://api.venice.ai/api/v1";
export const VENICE_DEFAULT_MODEL_ID = "llama-3.3-70b";
export const VENICE_DEFAULT_MODEL_ID = "kimi-k2-5";
export const VENICE_DEFAULT_MODEL_REF = `venice/${VENICE_DEFAULT_MODEL_ID}`;
// Venice uses credit-based pricing, not per-token costs.