| 57 | } |
| 58 | |
| 59 | interface ModelEntry { |
| 60 | id: string; |
| 61 | metadata: CatalogModel; |
| 62 | labId: string; |
| 63 | labName: string; |
| 64 | providers: ProviderModelEntry[]; |
| 65 | minInputCost?: number; |
| 66 | minOutputCost?: number; |
| 67 | } |
| 68 | |
| 69 | interface LabEntry { |
| 70 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected