GET /v1/models with your Planck API key to see the models and routes currently available to your organization.
Gateway operations
Inspect one model
cURL
TypeScript
Read the response
Model-level booleans and arrays are unions. If your request needs several
features together—for example streaming plus tools—verify that one endpoint
contains every required parameter and operation.
Match a complete requirement
This example finds endpoints that support Chat Completions, streaming, tools, and tool selection together.TypeScript
Common checks
List and filter models
Models with tools and streaming
Models with image input
Provider routing
Select or exclude providers after checking endpoint capabilities.
Models API
See the model discovery endpoint reference.