← Back to registry /

MetaVision AI Studio

Non-standard A2A vunknown

MetaVision AI Studio

v1.0.0 Unknown

AI-powered 3D model generation from text or image.

Launch agent website ↗

Skills

  • Text to 3D Model

    Generate a 3D model from text description

  • Image to 3D Model

    Generate a 3D model from an uploaded image

  • Check Generation Status

    Check the status of a 3D generation task

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("afd65cc1-2a87-4758-9cb2-6384e92eeea8")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())