doubleword
Installation
SKILL.md
Doubleword Inference API
The Doubleword platform provides high-performance LLM inference with an OpenAI-compatible API. It offers three inference modes, 12 models across text generation, vision, OCR, and embeddings, and a full CLI (dw) for managing workflows from the terminal.
Three Inference Modes
| Aspect | Realtime | Async (autobatcher) | Batch |
|---|---|---|---|
| Latency | Immediate | Minutes | Hours |
| Cost | Standard | Reduced (50-80%+ savings) | Lowest |
| Setup | No changes needed | Single import swap | JSONL file preparation |
| Best for | Interactive chat, prototyping | Pipelines, agentic workflows | Dataset processing, evals, bulk generation |
Documentation
Full docs at https://docs.doubleword.ai/inference-api and https://docs.doubleword.ai/dw-cli
For raw markdown (recommended for AI agents), append .md to any URL.
Related skills