BUG: GPT-OSS 20B being listed as 120B

GPT OSS 120B by OpenAI on Vercel AI Gateway, Specs, Pricing & API incorrectly lists GPT-OSS 20B as 120B. The same issue happens in the API result.

curl -s https://ai-gateway.vercel.sh/v1/models | jq '.data[] | select(.id == "openai/gpt-oss-20b")'
{
  "id": "openai/gpt-oss-20b",
  "name": "GPT OSS 120B",
}

Can I get confirmation this isn’t being incorrectly routed on the backend?