← All WebMCP sites

llmbase.ai

AI & Agentshttps://llmbase.ai/is-down/gemini/listed as of 2026-08-01
Check if Google Gemini AI is down or experiencing issues. Real-time status updates for Gemini AI assistant.
See Ora's auditWe loaded this site in a real browser and scored its tools.

Tools

llmbase.models.searchactimperative
Search the public LLMBase model catalog by slug, name, or provider.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 20
    }
  },
  "required": [
    "query"
  ]
}
llmbase.leaderboard.getactimperative
Fetch a public leaderboard slice from the LLMBase website API.
Input schema
{
  "type": "object",
  "properties": {
    "sort": {
      "type": "string"
    },
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 50
    }
  }
}
llmbase.docs.lookupactimperative
Return the most relevant public LLMBase documentation pages for a query.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 10
    }
  },
  "required": [
    "query"
  ]
}
llmbase.pricing.getanswerimperative
Return the public LLMBase pricing pages grouped by family.
Input schema
{
  "type": "object",
  "properties": {
    "family": {
      "type": "string",
      "enum": [
        "all",
        "chat",
        "inference",
        "openclaw"
      ]
    }
  }
}
Listings are sourced from public community registries and shown as reported.