From e8b1e7580d2b63e5f682292976b3f5c532504687 Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Tue, 27 Jan 2026 16:35:41 +0100 Subject: [PATCH] Update together-models.ts --- src/agents/together-models.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/agents/together-models.ts b/src/agents/together-models.ts index ccd887546..20cf6f8a3 100644 --- a/src/agents/together-models.ts +++ b/src/agents/together-models.ts @@ -2,15 +2,6 @@ import type { ModelDefinitionConfig } from "../config/types.models.js"; export const TOGETHER_BASE_URL = "https://api.together.xyz/v1"; -// Together AI uses token-based pricing -// Default costs when specific pricing is not available -export const TOGETHER_DEFAULT_COST = { - input: 0.5, - output: 0.5, - cacheRead: 0.5, - cacheWrite: 0.5, -}; - export const TOGETHER_MODEL_CATALOG: ModelDefinitionConfig[] = [ { id: "zai-org/GLM-4.7",