MCPcopy Index your code
hub / github.com/Bytez-com/docs / models

Method models

sdk/python/bytez/main.py:28–30  ·  view source on GitHub ↗

Lists available models and provides basic information about each.

(self, options: Optional[Dict[str, str]] = None)

Source from the content-addressed store, hash-verified

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."""

Callers 4

test_list_modelsMethod · 0.80
_initializeMethod · 0.80
constructorMethod · 0.80
tasks.test.tsFile · 0.80

Calls 1

_list_modelsMethod · 0.80

Tested by 1

test_list_modelsMethod · 0.64