MCPcopy
hub / github.com/Nutlope/self.so / ModelPricing

Interface ModelPricing

__tests__/benchmarkModels.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { SAMPLE_RESUMES, getAllLanguages, type ResumeLanguage } from './sampleResumes';
5
6export interface ModelPricing {
7 inputCost: number;
8 outputCost: number;
9}
10
11// Together AI serverless chat models (verified IDs from /v1/models API)
12// Sorted by input price ascending. Includes all models the user requested.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected