Skip to main content
Glama

bittensor_text

Process text prompts for conversational AI, general questions, and summaries using Bittensor's text generation capabilities.

Instructions

Conversational AI via Bittensor subnet 1 (Text Prompting). Good for general questions, summaries, and chat. Cost: $0.005 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesYour text prompt

Implementation Reference

  • Handler implementation for bittensor_text tool, which calls the remote gateway API with the 'bittensor-text' route.
    case "bittensor_text":
      result = await callGateway({ route: "bittensor-text", prompt: a.prompt });
      break;
  • Input schema and metadata definition for the bittensor_text tool.
    {
      name: "bittensor_text",
      description:
        "Conversational AI via Bittensor subnet 1 (Text Prompting). Good for general questions, summaries, and chat. Cost: $0.005 per call.",
      inputSchema: {
        type: "object",
        properties: {
          prompt: { type: "string", description: "Your text prompt" },
        },
        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