ModelsLabs
Prerequisites
pip install requestsexport MODELS_LAB_API_KEY=****Example
from bitca.agent import Agent
from bitca.tools.models_labs import ModelsLabs
# Create an Agent with the ModelsLabs tool
agent = Agent(tools=[ModelsLabs()], name="ModelsLabs Agent")
agent.print_response("Generate a video of a beautiful sunset over the ocean", markdown=True)Toolkit Params
Parameter
Type
Default
Description
Toolkit Functions
Function
Description
Last updated