GPT-5.6: Agent Tool Orchestration Meets Cost Controls
Discover Luna, Terra, Sol pricing, long-agent benchmarks, and new API tool orchestration—plus prompt caching breakpoints and reasoning cost levers.
Back to Feed
OpenRouter’s documentation update focuses on routing DeepSeek models through multiple providers while keeping a single integration surface, including cost, speed controls, and reliability mechanisms for agentic workloads. Hugging Face’s PyTorch profiling series adds developer-focused traces for attention variants across SDPA backends and explains why kernel choice changes performance. Google DeepMind describes a Gemini-powered “ATL Saathi” pilot for educators, with features built around NotebookLM content organization and project generation workflows.
sort, max_price, order/only/ignore, plus routing helpers including sticky routing, provider fallbacks, and Fusion.masked_fill with in-place masked_fill_ removes a Memcpy kernel from the masking step.torch.nn.functional.scaled_dot_product_attention with the SDPA math backend, the trace shows 20 GPU kernels per attention forward, with behavior tied to FP32 upcasting and _safe_softmax and causal mask materialization.fmha_cutlassF... for efficient and a pytorch_flash kernel for flash), while the cuDNN backend also produces one generated attention kernel but moves work into a CPU path for plan selection.