Skip to main content
Glama

bittensor_image

Generate images from text descriptions using Bittensor's decentralized AI network. Provides image URLs for creative and practical applications through a pay-per-use model.

Instructions

Text-to-image synthesis via Bittensor subnet 5. Returns an image URL. Cost: $0.075 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesImage description to generate

Implementation Reference

  • The handler logic for "bittensor_image" which calls the gateway with the "bittensor-image" route.
    case "bittensor_image":
      result = await callGateway({ route: "bittensor-image", prompt: a.prompt });
      break;
  • Definition of the "bittensor_image" tool, including its description and input schema.
      name: "bittensor_image",
      description:
        "Text-to-image synthesis via Bittensor subnet 5. Returns an image URL. Cost: $0.075 per call.",
      inputSchema: {
        type: "object",
        properties: {
          prompt: { type: "string", description: "Image description to generate" },
        },
        required: ["prompt"],
      },
    },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wizerai1111/swarmrails-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server