Langfuse · Capability
langfuse — Models
langfuse — Models. 4 operations. Lead operation: Models. Self-contained Naftiko capability covering one Langfuse business surface.
What You Can Do
POST
Modelscreate
— Create a model
/v1/api/public/models
GET
Modelslist
— Get all models
/v1/api/public/models
GET
Modelsget
— Get a model
/v1/api/public/models/{id}
DELETE
Modelsdelete
— Delete a model. Cannot delete models managed by Langfuse. You can create your own definition with the same modelName to override the definition though.
/v1/api/public/models/{id}
MCP Tools
create-model
Create a model
get-all-models
Get all models
read-only
idempotent
get-model
Get a model
read-only
idempotent
delete-model-cannot-delete-models
Delete a model. Cannot delete models managed by Langfuse. You can create your own definition with the same modelName to override the definition though.
idempotent