Lists available models and provides basic information about each.
(self, options: Optional[Dict[str, str]] = None)
| 26 | self._parent = parent # Store reference to the main Bytez instance |
| 27 | |
| 28 | def models(self, options: Optional[Dict[str, str]] = None): |
| 29 | """Lists available models and provides basic information about each.""" |
| 30 | return self._parent._list_models(options) |
| 31 | |
| 32 | def tasks(self): |
| 33 | """List available tasks.""" |