Hugging Face · Schema

TextGenerationRequest

Properties

Name Type Description
inputs string The prompt text to generate from
parameters object
options object
View JSON Schema on GitHub

JSON Schema

hugging-face-textgenerationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TextGenerationRequest",
  "title": "TextGenerationRequest",
  "type": "object",
  "required": [
    "inputs"
  ],
  "properties": {
    "inputs": {
      "type": "string",
      "description": "The prompt text to generate from",
      "example": "The answer to the universe is"
    },
    "parameters": {
      "type": "object",
      "properties": {
        "max_new_tokens": {
          "type": "integer",
          "description": "Maximum number of tokens to generate",
          "example": 250
        },
        "temperature": {
          "type": "number",
          "format": "float",
          "description": "Sampling temperature (0.0 to 100.0)",
          "example": 1.0
        },
        "top_p": {
          "type": "number",
          "format": "float",
          "description": "Nucleus sampling parameter",
          "example": 0.95
        },
        "top_k": {
          "type": "integer",
          "description": "Top-k sampling parameter",
          "example": 50
        },
        "repetition_penalty": {
          "type": "number",
          "format": "float",
          "description": "Repetition penalty (1.0 means no penalty)",
          "example": 1.0
        },
        "do_sample": {
          "type": "boolean",
          "description": "Whether to use sampling instead of greedy decoding",
          "default": true
        },
        "return_full_text": {
          "type": "boolean",
          "description": "Whether to return the full text including the prompt",
          "default": true
        },
        "stop": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Stop sequences to halt generation"
        }
      },
      "example": "example_value"
    },
    "options": {
      "type": "object",
      "properties": {
        "use_cache": {
          "type": "boolean",
          "default": true
        },
        "wait_for_model": {
          "type": "boolean",
          "default": false
        }
      },
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hugging-face-textgenerationrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.