OrcaVerify Text 1.0

orca/orcaverify-text1.0
New
by Orca · 2026-09-16

OrcaVerify Text 1.0 judges whether a passage was written by a human or generated by AI. It speaks the standard OpenAI Chat Completions format, so any OpenAI SDK works unchanged: the last user message is the text under examination, and the assistant reply contains a one-line verdict followed by a fenced JSON block with the structured result. The verdict is one of AI_GENERATED, AI_ASSISTED, HUMAN, or ABSTAIN, accompanied by a calibrated AI-likelihood probability and the decision thresholds in force. For mixed documents, paragraph-level localization marks which paragraphs look AI-written. When the input is too short or outside the detector's calibrated scope, it returns an explicit ABSTAIN with a machine-readable reason rather than guessing.

Inputtext
Outputtext
p50 TTFT139 ms
INPUT$2.00/ 1M tokens
OUTPUT/ 1M tokens
p50 TTFT139 ms7d
p95 TTFT139 ms7d
TRAFFIC843tokens / 7d

Best for

  • Content moderation and UGC screening for AI-generated submissions
  • Academic-integrity and publishing review workflows
  • Marketplace listing and review authenticity checks
  • Locating the AI-written paragraphs inside a mixed human/AI document

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="orca/orcaverify-text1.0",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • stream
  • stream_options

Pricing

Pricing
Input / 1M tokens$2.00
Output / 1M tokens
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $14.00

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.000040

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
139 ms
Output speed
Collecting…
p95 TTFT
139 ms
Error rate
0%

Public benchmarks

Source: Design Arena

Community buzz

What developers are saying this week

Hacker News0 mentions · 7d

How it compares

OrcaVerify Text 1.0OrcaVerify Text 1.0 (Free)
Input $/M$2.00
Output $/M
Context
Quality5/10
Compare side-by-sideCompare side-by-side

FAQ

How much does Orca: OrcaVerify Text 1.0 cost on OrcaRouter?
Orca: OrcaVerify Text 1.0 is priced at $2.00 per 1M input tokens and $0.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
How do I call Orca: OrcaVerify Text 1.0 via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="orca/orcaverify-text1.0" in the chat.completions.create call.
Does OrcaRouter rate-limit Orca: OrcaVerify Text 1.0?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

Orca: OrcaVerify Text 1.0$2.00/M in139ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/orca/orcaverify-text1.0" target="_blank"> <img src="https://www.orcarouter.ai/embed/orca/orcaverify-text1.0.svg" alt="Orca: OrcaVerify Text 1.0 on OrcaRouter" /> </a>
Markdown [![Orca: OrcaVerify Text 1.0](https://www.orcarouter.ai/embed/orca/orcaverify-text1.0.svg)](https://www.orcarouter.ai/models/orca/orcaverify-text1.0)

Model card as data

GET /api/public/models/orca/orcaverify-text1.0Open
Machine-readable:/llms.txt/llms-full.txt