GPTZero

GPTZero

Provider: GPTZero
Category: Tools & Agents
Endpoint: POST /v1/search
Context window:
Served from:

Deep-learning detector that flags portions of text likely generated by AI versus human, classifying content as entirely human, AI, or mixed.

At a glance

FieldValue
Model idgptzero
Input modalitiestext
Output modalitiestext
Context window
Region
Featuresai_detection, classification
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Text Scanper 1,000 words$0.39

Example request

$curl https://api.empiriolabs.ai/v1/search \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "gptzero", "query": "latest LLM benchmarks 2026"}'

Parameters

ParameterTypeRequiredDefaultDescription
inputstringyesText to analyze.
scan_typeenumno"ai_detection"ai_detection: classify human vs AI. bibliography: extract citations. sources: ground claims to web sources. · Allowed: ai_detection, bibliography, sources
model_versionstringno"__latest__"Pinned GPTZero model snapshot. Default latest uses the newest production model.
multilingualbooleannofalseUse the multilingual classifier (slower, broader language support).
ai_thresholdnumberno0.7AI-detection only. Sentence-level highlight threshold. · Range: 0.1 – 0.99
max_sentencesnumberno15AI-detection only. Cap on highlighted sentences. · Range: 1 – 50
claim_extractorenumno"claimbuster"sources only. claimbuster: extractive. llm_claim_extractor: LLM-based. · Allowed: claimbuster, llm_claim_extractor
source_sentencestringnosources scan only. Specific sentence to ground.
max_sourcesnumberno3sources scan only. Max grounding sources. · Range: 1 – 10
disable_formattingbooleannofalseReturn raw upstream response.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/gptzero.