Table of contents

Models — podstack models

List the models available to your account on Podstack Inference Cloud — the same models that power podstack code.

podstack models list

Pipe it for scripting (JSON when not a terminal):

podstack models list --output json | jq '.[].id'

Use a model id with the coding agent:

podstack code --model <model-id>
  • Inference — call these models over an OpenAI-compatible API.
  • Coding agent — pick the model that drives the agent.