LLM Perks

OrcaVerify Text 1.0

Orca
Free right now Small Moderation

OrcaVerify Text 1.0 is a moderation model from Orca. It is currently free at 1 provider with up to — tokens of context.

Developer
Orca
Type
Moderation

Where to use OrcaVerify Text 1.0 for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
OrcaRouter
orca/orcaverify-text1.0-free
— Free tier — Open

Quick start

curl https://api.orcarouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $ORCAROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "orca/orcaverify-text1.0-free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for OrcaRouter. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

This model is not on the Artificial Analysis leaderboard yet. We do not publish our own estimates.

FAQ

Is OrcaVerify Text 1.0 free?

Yes. As of September 26, 2026, OrcaVerify Text 1.0 is free at OrcaRouter. Each provider has its own limits — see the table above.

How do I call OrcaVerify Text 1.0 via API?

Use any OpenAI-compatible client with base URL https://api.orcarouter.ai/v1, model ID orca/orcaverify-text1.0-free, and a OrcaRouter key.