Update together-models.ts
This commit is contained in:
parent
156ccddf8e
commit
e8b1e7580d
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user