Opper home page
Search...
⌘K
Documentation
API Reference
List of models
API Reference
API Reference
Authentication
Errors
Task API
Introduction
POST
Call LLM
POST
Stream LLM Call
Platform APIs
Models
Functions
Introduction
POST
Create Function
GET
List Functions
GET
Get Function
GET
Get Function By Name
GET
Get Function By Revision
DEL
Delete Function
PATCH
Update Function
POST
Call Function
GET
List Function Revisions
POST
Call Function Revision
POST
Stream Function
POST
Stream Function Revision
Observability
Knowledge base
Datasets
Analytics
Other
Support
Discord
Login
Version 2.x
Opper home page
Version 2.x
Search...
⌘K
Ask AI
Support
Discord
Login
Login
Search...
Navigation
Functions
Functions
Functions
Functions
Copy page
Endpoints for managing generative functions
Opper enables management of task specific prompts, schemas, model configuration and datasets through the concept of a generative function. Generative functions are composable, can be optimized and reused.
Common operations
Use
create function
to build a server side function with instruction, model, schemas etc.
Use
get function
to retrieve the function, including its configuration, dataset id etc.
Use
update function
to update the function with new configuration. Yields a new
revision
Use
call function
to send input data to the function, that will process the data with the function and yield the output as configured.
Previous
Create Function
Create a function
Next
On this page
Common operations
Assistant
Responses are generated using AI and may contain mistakes.