Recipe 1: Personal coding assistant (8 GB VRAM, 10 min)
Recipe 1: Personal coding assistant (8 GB VRAM, 10 min)
Install Ollama and pull a 7B coder model
Verify the model responds
Install the Tokios connector and register a deployment
my-coder pointing at upstream qwen2.5-coder:7b. Create an API key.Configure Continue or Cline
Recipe 2: Family chatbot server (16 GB VRAM, 15 min)
Recipe 2: Family chatbot server (16 GB VRAM, 15 min)
Start a 14B chat model with Ollama
Run Open WebUI with Docker
http://localhost:3000 and create an admin account.Expose through Tokios for remote access
family-chat pointing at qwen2.5:14b. Create an API key for each family member — scoped keys let you revoke access individually.Recipe 3: Team API endpoint (48 GB+ VRAM, 30 min)
Recipe 3: Team API endpoint (48 GB+ VRAM, 30 min)
Install vLLM and launch a 70B model
Verify the server responds
Install the Tokios connector
http://127.0.0.1:8000/v1.Register a deployment and create scoped keys
team-70b. In the Keys tab, create 1 key per teammate. Scope each key to the team-* pattern so teammates can only reach shared deployments.Recipe 4: Document Q&A pipeline (24 GB VRAM, 45 min)
Recipe 4: Document Q&A pipeline (24 GB VRAM, 45 min)
Pull an embedding model and a 32B chat model
Build a simple RAG pipeline
Expose the chat model through Tokios
doc-qa pointing at qwen2.5:32b. Your RAG script can now call the model through https://api.tokios.com/v1 from any machine, while embeddings stay local.Recipe 5: DGX Spark max throughput (128 GB, 20 min)
Recipe 5: DGX Spark max throughput (128 GB, 20 min)
Launch a 120B MoE model at FP8
Verify and benchmark
Expose through Tokios
spark-moe. Create keys for each client that needs access.Recipe 6: Laptop-friendly offline AI (16 GB RAM, 5 min)
Recipe 6: Laptop-friendly offline AI (16 GB RAM, 5 min)
Install Ollama and pull a quantized 7B model
Chat locally — no internet required
Optionally expose through Tokios when online
laptop-offline. The connector only dials out when the network is available — offline, your model keeps working locally.Recipe 7: Multi-model routing (24 GB+ VRAM, 30 min)
Recipe 7: Multi-model routing (24 GB+ VRAM, 30 min)
Pull 3 models at different sizes
Create a multi-route connector config
tokios-connector.json:Register all 3 deployments in the dashboard
Route by sending the model field
model field.Recipe 8: Benchmarking your setup (any hardware, 10 min)
Recipe 8: Benchmarking your setup (any hardware, 10 min)
Start your model server
/v1 endpoint.Run a throughput benchmark
Benchmark through Tokios to measure end-to-end latency
Compare quantizations