| 48 | } |
| 49 | |
| 50 | interface ProviderModelEntry { |
| 51 | providerId: string; |
| 52 | provider: CatalogProvider; |
| 53 | modelId: string; |
| 54 | model: CatalogProviderModel; |
| 55 | canonicalModelId?: string; |
| 56 | canonical?: ModelEntry; |
| 57 | } |
| 58 | |
| 59 | interface ModelEntry { |
| 60 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected