Task Aliases
Instead of naming a provider model, you name a task. SpiderGate maps the alias to a chain of models and picks the best available one, falling back down the chain on failure.
{ "model": "spideriq/coding", "messages": [ β¦ ] }Send spideriq/coding and SpiderGate might serve GPT-5.5-Codex; if that's unavailable it falls to MiniMax-M2.5 β you don't change your code.
Core aliases
Live 30-day usage on the Di-Atomic workspace (a sense of what each is for in practice):
Alias | Use case | Models (in order) | 30-day usage |
|---|---|---|---|
| Fastest response, simple tasks, low latency | llama-3.1-8b (Groq β NIM β Cerebras zai-glm-4.7) | 5,872 req Β· $7.46 |
| Structured data / JSON output / parsing | zai-glm-4.7 β mistral-small β llama-3.1-8b β MiniMax | 41,968 req Β· $7.83 |
| B2B lead scoring, company vitals, CHAMP | codestral β llama-3.3-70b β gpt-oss-120b β mistral-small | 40,610 req Β· $183.00 |
| SEO content, multilingual copy | codestral β gpt-oss-120b β mistral-small β llama-3.3-70b | 43,413 req Β· $165.13 |
| Code generation, debugging, refactoring | gpt-5.5-codex β MiniMax-M2.5 | 30 req Β· $0 |
| Long-context analysis, document review | llama-3.3-70b β codestral β gpt-oss-120b β mistral-large | 801 req Β· $0.77 |
| General conversation, Q&A | llama-3.3-70b β mistral-small | 238 req Β· $0.02 |
| Localization across languages | mistral-small β llama-3.3-70b β codestral | β |
| Image understanding, OCR | gemini-2.5-flash β gpt-4o | β |
| Free-tier models only, zero cost | llama-3.1-8b β mistral-small | 3 req Β· ~$0 |
Alias families
spideriq/*β the general task pool (above).agent/*β live customer-facing agents (subscription-first; e.g.agent/live-chatoptimizes first-token latency).opvs/*β the OPVS build factory (opvs/planner,opvs/coding,opvs/review,opvs/cheap).
Cost & PII guidance
Every response includes
spidergate_metadata.cost_usdβ the real dollar cost of that call.Never send client PII on a free-tier alias (
spideriq/fast,spideriq/free,spideriq/extraction) β route sensitive B2B data throughspideriq/lead-analysis.
List the current aliases and their model chains at runtime β Models.