What
Implement a client.models resource that wraps the Langfuse Models API, supporting list and get operations to retrieve model definitions registered in a Langfuse project.
Why
The Models API exposes token pricing and metadata for models tracked in Langfuse, enabling cost reporting without manual configuration. Providing read access allows Ruby applications to query registered model definitions programmatically.
Effort estimate
S (half day) — add a Models client class following the existing resource pattern, wire it into the top-level client, and add spec coverage.
What
Implement a
client.modelsresource that wraps the Langfuse Models API, supporting list and get operations to retrieve model definitions registered in a Langfuse project.Why
The Models API exposes token pricing and metadata for models tracked in Langfuse, enabling cost reporting without manual configuration. Providing read access allows Ruby applications to query registered model definitions programmatically.
Effort estimate
S (half day) — add a
Modelsclient class following the existing resource pattern, wire it into the top-level client, and add spec coverage.