Tutorials Kimi K3: Query a Million-Token Repo for Pennies
Point the OpenAI SDK at Moonshot's 2.8T K3, load a whole repo, and cut cost with caching.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Point the OpenAI SDK at Moonshot's 2.8T K3, load a whole repo, and cut cost with caching.
Tutorials Point the OpenAI SDK at Meta's agent model, add tools, let it self-manage a 1M-token context.
Tutorials Use reasoning.context to reuse GPT-5.6's chain of thought across turns and cut redundant tokens.
Tutorials Reproduce GPT-Live's full-duplex voice and background delegation using the GA Realtime API.
Tutorials Structure prompts, set prompt_cache_retention, and read cached_tokens to slash GPT-5.6 input costs.
Tutorials Use GPT-5.6's Responses API so the model writes JavaScript to run your tools in one call.
Tutorials Load SKILL.md files into a Claude Agent SDK app with setting_sources and the skills option.
Tutorials Meituan's 1.6T open MoE topped OpenRouter as 'Owl Alpha.' Call it in Python with the OpenAI SDK.
Tutorials Build a semantic cache that reuses answers for similar prompts and slashes LLM API costs.
Tutorials Use GPT-5.6 Sol's new max reasoning effort and ultra subagents via the Responses API.
Tutorials Embed Copilot's agent runtime and route work to scoped sub-agents, with runnable Python.
Tutorials A runnable Python governor that caps LLM spend per user and auto-downgrades models.