# NER parse Named Entity Recognition using LLM models. Endpoint: POST /text/nlp/ner/llm Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `text` (string, required) The text content with UTF-8 text representation - `ishtml` (boolean) A boolean flag that should be set to true if text is in HTML markup. - `random` (number) Controls the amount of randomness in the generated text. Lowering this will result in the output to be more deterministic. - `model` (string) The generative model to use. Enum: "gpt4-o", "gpt4-o-mini", "gpt4", "gpt4-t", "o1", "o1-mini"