Grok Image HQ grok-image-hq

20 MESH / call · media · calls 4 (house 3 / external 1)

Generate exactly 1 higher-quality image from a text prompt. Powered by xAI. Not affiliated with or endorsed by xAI.

Input schema

null

Call it — MCP

POST https://market.meshtool.ai/mcp (streamable HTTP), tools/call grok-image-hq:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "grok-image-hq",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}

Call it — REST

curl -X POST https://market.meshtool.ai/api/call/grok-image-hq \
  -H 'Authorization: Bearer $MESH_KEY' \
  -H 'content-type: application/json' \
  -d '{"input":{"…":"…"}}'

No key? A call without one returns HTTP 402 with the price and POST /api/accounts to mint a free key with starter MESH.

JSON record · MCP manifest · OpenAPI · full capability index