| 4 | import { SAMPLE_RESUMES, getAllLanguages, type ResumeLanguage } from './sampleResumes'; |
| 5 | |
| 6 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected