{
  "name": "ViNano AI",
  "description": "AI image and video creation platform for text-to-image, image editing, text-to-video, and image-to-video workflows.",
  "url": "https://vinano.ai/",
  "provider": {
    "organization": "ViNano AI",
    "url": "https://vinano.ai/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://vinano.ai/api",
  "supportedInterfaces": [
    {
      "url": "https://vinano.ai/",
      "transport": "web",
      "description": "Interactive web interface for image and video generation."
    },
    {
      "url": "https://vinano.ai/openapi.json",
      "transport": "https",
      "description": "OpenAPI description for ViNano AI API endpoints."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "create-image",
      "name": "Create Image",
      "description": "Generate or edit images from prompts and reference images.",
      "tags": [
        "image",
        "generation",
        "editing"
      ]
    },
    {
      "id": "create-video",
      "name": "Create Video",
      "description": "Generate videos from prompts and supported reference media.",
      "tags": [
        "video",
        "generation"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "image/webp",
    "video/mp4"
  ]
}
