()
| 170 | |
| 171 | // ── Probes + model catalog ───────────────────────────────────────────── |
| 172 | getAuth(): Promise<AuthSummary> { |
| 173 | return this.request<AuthSummary>('GET', '/auth', undefined); |
| 174 | } |
| 175 | listModels(): Promise<ListModelsResponse> { |
| 176 | return this.request('GET', '/models', undefined); |
| 177 | } |