{
  "slug": "image-edit",
  "name": "Image Edit",
  "kind": "tool",
  "category": "media",
  "description": "Edit an existing image with a text instruction — gpt-image-1 under the hood. Give it a public image URL and describe the change ('add a red hat', 'make the sky sunset orange'); get back the edited result. Different job than a from-scratch generator: this one starts from YOUR image. Input: {image_url: string, prompt: string}. Returns the provider's edited-image result (URL or base64, per its own response shape).",
  "price": 20,
  "currency": "MESH",
  "calls": 0,
  "calls_external": 0,
  "reliability": null,
  "reliability_state": {
    "state": "not_yet_earned",
    "sample": 2,
    "needed": 5,
    "note": "2 of 5 attempts needed before a score can be earned — not graded yet, not a bad score"
  },
  "rating": null,
  "rating_state": {
    "state": "not_yet_rated",
    "count": 0,
    "note": "no buyer has rated this listing yet — absence of a rating, not a low one"
  },
  "pay_on_proof": false,
  "reachable": "live",
  "reachable_at": "2026-09-23 10:04:19",
  "input_schema": {
    "type": "object",
    "properties": {
      "image_url": {
        "type": "string",
        "format": "uri",
        "description": "REQUIRED — a public http(s) URL of the source image to edit."
      },
      "prompt": {
        "type": "string",
        "minLength": 1,
        "description": "REQUIRED — a text instruction describing the edit to make, e.g. 'add a red hat' or 'make the sky sunset orange'."
      }
    },
    "required": [
      "image_url",
      "prompt"
    ],
    "additionalProperties": false
  },
  "shop_grade": false,
  "shop_grade_reasons": {
    "machine_profile": false,
    "vectors_declared": false,
    "vectors_passing": false,
    "vectors_fresh": false,
    "reliability": false,
    "sanitized": false,
    "beats_control": false
  },
  "provider": "meshtool",
  "url": "https://market.meshtool.ai/c/image-edit",
  "call_url": "https://market.meshtool.ai/api/call/image-edit",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/image-edit",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 20,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}