Celedog Tutorials
Hands-on integration walkthroughs for the most common Celedog use cases. Every tutorial assumes you have a Celedog API key (sign up to get one with free credits).
Integrate Celedog with the OpenAI Python SDK in 5 Minutes
Step-by-step tutorial: sign up at celedog.io, grab an API key, and make your first request through the OpenAI Python SDK in under five minutes — no code rewrites required.
May 28, 2026Build a Multi-Model Chatbot with Next.js and Celedog
Production-ready streaming chatbot that lets users pick GPT-4o, Claude 4.6 Sonnet, or Gemini 2.5 Pro from a dropdown. Built with Next.js 15 App Router, the Vercel AI SDK, and Celedog's unified API.
May 28, 2026Use Celedog Auto-routing for Cost Optimization
Stop hard-coding model names. Celedog's auto-routing meta-models pick the cheapest model satisfying your quality bar per request — often a 20-40% cost reduction without sacrificing output quality on hard prompts.
May 28, 2026Celedog + LangChain Integration Guide
Wire LangChain's ChatOpenAI integration to Celedog. Works with every chain, agent, and retriever pattern that already supports OpenAI — multi-model, streaming, and tool use included.
May 28, 2026Celedog + Vercel AI SDK Tutorial
Use the Vercel AI SDK (ai package, @ai-sdk/openai) with Celedog as the model provider. Streaming, tool use, generateObject, and the React useChat hook — all working with one base-URL change.
May 28, 2026Step-by-Step: Integrating DeepSeek Harness with the Celedog API to Route 200+ Models with One Key
DeepSeek Harness (DSH) is built on an "everything is a plugin" philosophy and natively supports custom providers, base URLs, and protocols. This tutorial walks you through integrating Celedog.io end-to-end: sign up for a key, configure the OpenAI-compatible endpoint, switch between Qwen3.8 / DeepSeek-V4 / Claude / GPT inside Harness, verify connectivity, and troubleshoot — get your agent routing across 200+ global models in five minutes.
August 15, 2026