{
  "status": "ok",
  "description": "ULTRON Cloud LLM & API Key Hub",
  "totalProviders": 7,
  "providers": [
    {
      "id": "nvidia",
      "name": "NVIDIA NIM",
      "badge": "1,000 Free Credits",
      "badgeColor": "#10b981",
      "portalUrl": "https://build.nvidia.com/",
      "freeTier": "1,000 Free API credits on signup (No credit card needed)",
      "recommendedModels": "nvidia/nemotron-3-super-120b-a12b, meta/llama-3.3-70b-instruct",
      "cliCommand": "ultron /key nvidia nvapi-..."
    },
    {
      "id": "groq",
      "name": "Groq Cloud",
      "badge": "Free Tier (500+ tok/s)",
      "badgeColor": "#06b6d4",
      "portalUrl": "https://console.groq.com/keys",
      "freeTier": "Fastest LPU inference with generous free rate limits",
      "recommendedModels": "llama-3.3-70b-versatile, mixtral-8x7b-32768",
      "cliCommand": "ultron /key groq gsk_..."
    },
    {
      "id": "openrouter",
      "name": "OpenRouter",
      "badge": "100+ Models Aggregator",
      "badgeColor": "#a855f7",
      "portalUrl": "https://openrouter.ai/keys",
      "freeTier": "Unified API gateway for Claude 3.5, DeepSeek, and Llama",
      "recommendedModels": "deepseek/deepseek-chat, anthropic/claude-3.5-sonnet",
      "cliCommand": "ultron /key openrouter sk-or-..."
    },
    {
      "id": "openai",
      "name": "OpenAI Platform",
      "badge": "GPT-4o & Embeddings",
      "badgeColor": "#3b82f6",
      "portalUrl": "https://platform.openai.com/api-keys",
      "freeTier": "Direct platform access for GPT-4o and text-embedding-3",
      "recommendedModels": "gpt-4o, text-embedding-3-small",
      "cliCommand": "ultron /key openai sk-..."
    },
    {
      "id": "anthropic",
      "name": "Anthropic Claude",
      "badge": "Claude 3.5 Sonnet",
      "badgeColor": "#f59e0b",
      "portalUrl": "https://console.anthropic.com/",
      "freeTier": "Anthropic console access for Claude 3.5 Sonnet and Haiku",
      "recommendedModels": "claude-3-5-sonnet-20241022",
      "cliCommand": "ultron /key anthropic sk-ant-..."
    },
    {
      "id": "picovoice",
      "name": "Picovoice Porcupine",
      "badge": "Wake Word Detection",
      "badgeColor": "#ec4899",
      "portalUrl": "https://console.picovoice.ai/",
      "freeTier": "Free personal tier for custom 'Ultron' wake word recognition",
      "recommendedModels": "Ultron Porcupine wake word",
      "cliCommand": "ultron /key picovoice <key>"
    },
    {
      "id": "ollama",
      "name": "Local Ollama",
      "badge": "100% Offline · Zero Keys",
      "badgeColor": "#64748b",
      "portalUrl": "https://ollama.com/",
      "freeTier": "Completely private, local CPU/GPU execution with zero telemetry",
      "recommendedModels": "qwen2.5:7b-instruct, llama3.2:3b",
      "cliCommand": "ultron /mode offline"
    }
  ],
  "cliCommands": {
    "interactiveWizard": "/setup",
    "portalHub": "/hub",
    "setKey": "/key <provider> <api_key>",
    "toggleOffline": "/mode offline",
    "listSessions": "/chats",
    "selfUpgrade": "ultron upgrade (or /upgrade)"
  }
}