{
  "name": "dumbfoundry",
  "description": "Agent-native infrastructure APIs. Live GPU spot pricing across providers and task-based AI model recommendations with privacy-first options.",
  "url": "https://dumbfoundry.com",
  "version": "0.2.0",
  "capabilities": {
    "model_recommendation": {
      "endpoint": "https://dumbfoundry.com/api/models",
      "method": "GET",
      "description": "Task-based AI model recommendation. Returns ranked models scored by quality, speed, cost, and privacy. Supports Venice (private inference) and OpenRouter (200+ models).",
      "parameters": {
        "task": {"type": "string", "description": "Task type: reasoning, code, summarize, creative, chat, vision, math", "required": false},
        "budget": {"type": "string", "description": "Budget tier: low (<$0.002/1k tokens), medium (<$0.01/1k), high (any)", "required": false},
        "privacy": {"type": "string", "description": "Privacy level: high (Venice only, no data retention) or standard (any provider)", "required": false},
        "speed": {"type": "string", "description": "Speed preference: fast, standard, slow, any", "required": false},
        "context_size": {"type": "string", "description": "Context window: small (<8k), medium (<32k), large (64k+)", "required": false},
        "limit": {"type": "integer", "description": "Max results (default 3, max 10)", "required": false}
      }
    },
    "model_catalog": {
      "endpoint": "https://dumbfoundry.com/api/models/catalog",
      "method": "GET",
      "description": "Full model catalog with all metadata, capabilities, pricing, and provider info."
    },
    "model_demand_stats": {
      "endpoint": "https://dumbfoundry.com/api/models/stats",
      "method": "GET",
      "description": "Anonymized demand intelligence — most requested tasks, top recommended models, privacy demand breakdown."
    },
    "compute_pricing": {
      "endpoint": "https://dumbfoundry.com/api/compute",
      "method": "GET",
      "description": "Search live GPU spot pricing across RunPod and Lambda Labs. Returns ranked results with direct rental links.",
      "parameters": {
        "gpu": {"type": "string", "description": "GPU model name (e.g. H100, A100, RTX4090)", "required": false},
        "max_price": {"type": "number", "description": "Maximum price per hour in USD", "required": false},
        "min_vram": {"type": "number", "description": "Minimum VRAM in GB", "required": false},
        "region": {"type": "string", "description": "Region filter: US, EU, ASIA, or country code", "required": false},
        "use_case": {"type": "string", "description": "Workload type: inference, training, fine-tuning", "required": false},
        "sort": {"type": "string", "description": "Sort by: price, reliability, vram", "required": false},
        "limit": {"type": "integer", "description": "Max results (default 20, max 100)", "required": false}
      }
    },
    "gpu_catalog": {
      "endpoint": "https://dumbfoundry.com/api/compute/gpus",
      "method": "GET",
      "description": "List all available GPU types with current price ranges and availability."
    },
    "compute_demand_stats": {
      "endpoint": "https://dumbfoundry.com/api/compute/stats",
      "method": "GET",
      "description": "Anonymized compute demand statistics — most requested GPUs, average budgets, unfulfilled queries."
    }
  },
  "agents_page": "https://dumbfoundry.com/agents/",
  "docs": "https://dumbfoundry.com/agents/",
  "contact": "hello@dumbfoundry.com"
}
