MCPcopy Create free account
hub / github.com/vercel/examples / list_models

Route list_models

python/vibe-coding-ide/backend/src/api/models.py:None–None  ·  view source on GitHub ↗
router.get("/models")

Source from the content-addressed store, hash-verified

1import os
2from typing import Any
3import httpx
4from fastapi import APIRouter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected