<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on Modelplane Docs</title><link>/guides/</link><description>Recent content in Guides on Modelplane Docs</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Anthropic Messages API</title><link>/guides/anthropic-messages-api/</link><pubDate/><guid>/guides/anthropic-messages-api/</guid><description>&lt;!-- vale write-good.Passive = NO --&gt;
&lt;p&gt;A vLLM server registers the Anthropic Messages API at &lt;code&gt;/v1/messages&lt;/code&gt; alongside
its OpenAI routes, with no extra flag. Modelplane&amp;rsquo;s route matches the
&lt;code&gt;/&amp;lt;namespace&amp;gt;/&amp;lt;service&amp;gt;/&lt;/code&gt; prefix and preserves the path below it, so the same
service URL answers both &lt;code&gt;/v1/chat/completions&lt;/code&gt; and &lt;code&gt;/v1/messages&lt;/code&gt;. A client that
speaks the Messages API, including Claude Code via &lt;code&gt;ANTHROPIC_BASE_URL&lt;/code&gt;, talks to
the deployment directly. See
&lt;a href="/models/model-service/"&gt;Alternate APIs&lt;/a&gt; for the routing detail.&lt;/p&gt;
&lt;p&gt;This recipe serves Qwen3-8B on a single NVIDIA H100 on Nebius, with tool calling
on: &lt;code&gt;--enable-auto-tool-choice&lt;/code&gt; and &lt;code&gt;--tool-call-parser=hermes&lt;/code&gt; are what let
Claude Code&amp;rsquo;s tool use work. An 8B model needs a fraction of an H100, so the GPU
has ample headroom. Apply the platform side first, then the ML side.&lt;/p&gt;</description></item><item><title>Collecting engine metrics</title><link>/guides/collecting-engine-metrics/</link><pubDate/><guid>/guides/collecting-engine-metrics/</guid><description>&lt;!-- vale write-good.Passive = NO --&gt;
&lt;p&gt;Scraping an inference engine&amp;rsquo;s Prometheus metrics, shown on the smallest serving
shape: a 0.5B Qwen chat model on one NVIDIA L4. vLLM publishes metrics at
&lt;code&gt;/metrics&lt;/code&gt; on its serving port with no extra flag, and Modelplane runs a
Prometheus on every workload cluster with &lt;code&gt;PodMonitor&lt;/code&gt; discovery open across
namespaces, so scraping the engine is a &lt;code&gt;PodMonitor&lt;/code&gt; plus a &lt;code&gt;port-forward&lt;/code&gt;. The
model is only the subject; the same wiring fits any engine, with the SGLang,
leader/worker, and prefill/decode differences noted at the end.&lt;/p&gt;</description></item></channel></rss>