UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 339 B
import type { ModelDefinitionConfig } from "../config/types.models.js"; export declare const TOGETHER_BASE_URL = "https://api.together.xyz/v1"; export declare const TOGETHER_MODEL_CATALOG: ModelDefinitionConfig[]; export declare function buildTogetherModelDefinition(model: (typeof TOGETHER_MODEL_CATALOG)[number]): ModelDefinitionConfig;