Skip to main content
Use this route to retrieve the model IDs currently visible to your account. /v1/models returns PipeLLM’s unified model schema, not the native OpenAI or Anthropic list-model format.

Endpoint

Authentication

Use a standard PipeLLM API key header:

Notes

  • This route only supports GET.
  • The response is PipeLLM’s unified schema.
  • Hidden and unlisted models are filtered out before the response is returned.
  • Results are sorted by model ID.
  • Each model includes a pricing object by default. PipeLLM groups pricing by billing shape instead of exposing raw mapping table field names.

Example Requests

Response Format

Token-priced fields are returned as USD per token. Generation-priced fields use their natural billing units, such as USD per image or USD per second.

Response Fields

Why This Route Matters

Use /v1/models when you need to:
  • populate a model picker in your UI
  • validate whether a model is visible to the current account
  • decide which protocol family a model is exposed under

API Reference Overview

Public routes, protocol families, and routing rules

Routing & Protocols

Understand how model protocol families affect requests

Developer Tools

Use these model IDs in Claude Code, OpenCode, OpenClaw, and LangChain