Skip to main content

System Prompts

Reusable system prompt templates for AI Studio deployments. These endpoints let you create, retrieve, update, and delete system prompts that can be applied to deployed models.

Endpoints


GET

List system prompts

Returns all saved system prompt templates for the authenticated user.

POST

Create system prompt

Creates a new reusable system prompt template that can be referenced by ID in chat completion or conversation requests.

GET

Get system prompt

Returns a specific system prompt template by ID, including its name and full content.

PUT

Update system prompt

Updates the content of an existing system prompt template.

DEL

Delete system prompt

Permanently deletes a system prompt template by ID.

On this page