Rynko Extract
Choose Your AI Provider
Swap providers without changing code. Same schema, same API, different model.
Google Gemini
Default
Gemini 2.0 Flash
Best balance of speed, accuracy, and cost. Recommended for production workloads.
Strengths
- Fastest response times
- Lowest cost per extraction
- Strong multi-language support
- Excellent with tabular data
Best for: Production extraction, high-volume workflows
Anthropic Claude
Discovery Default
Claude Sonnet 4
Superior reasoning for complex documents. Default for schema discovery.
Strengths
- Best complex reasoning
- Handles ambiguous layouts
- Excellent at schema discovery
- Strong with legal/financial docs
Best for: Schema discovery, complex multi-page documents
OpenAI GPT-4o
Alternative
GPT-4o
Strong general performance across all document types.
Strengths
- Broad document understanding
- Good OCR accuracy
- Consistent output format
- Wide model ecosystem
Best for: General-purpose extraction, mixed document types
OpenRouter
Gateway
Multiple Models
Access dozens of models through a single API. Automatic fallback and load balancing.
Strengths
- Multi-model gateway
- Automatic fallback
- Access to open models
- Pay-per-token pricing
Best for: Model experimentation, custom provider needs
Provider-Agnostic by Design
Your schema and API calls stay the same. Only the provider changes.
extract with provider override
curl -X POST /api/extract/jobs \
-F "files=@invoice.pdf" \
-F 'schema={"type":"object",...}' \
-F "provider=anthropic" # ← swap this line
Try Extract Free
100 free extractions with the Founders Preview. No credit card required.