Overview
Athina offers a powerful prompt management system that allows you to create, edit, manage, test and version prompts.
Athina’s prompt management system allows you to manage your prompts on the platform.
You can think of this like a Content Management System (CMS) for your prompts. You can create, edit, manage, test, and version prompts, all within the platform, or even via API.
Why is this useful?
Having a prompt management system is useful for several reasons:
- Organization: It helps you keep all your prompts in one place, making it easier to manage and maintain prompts.
- Version Control: You can keep track of different versions of your prompts, allowing you to revert to previous versions if needed.
- Collaboration: Multiple team members can collaborate on prompts.
- Testing: You can test your prompts within the system to ensure they work as expected before deploying them.
- Editing: Easily edit and update your prompts, independent of your application release process.
Playground
Athina’s playground is a great place to test your prompts.
Prompts are written in OpenAI format, but can run on any model, including custom models.
You can also include variables in your prompt templates, and pass the inputs when running the prompt.
On Athina’s prompt playground, you can:
- Manage your prompts: Create, edit and delete prompts.
- Version your prompts: Commit changes to your prompts, and keep track of version history.
- Run your prompts on various models**.
- Evaluate your prompts.
- Test prompts with different input variables
- Share your prompts with others.
API
Athina’s prompt management system is also available via API.
You can use the API to:
- Create prompts
- Commit new versions of prompts
- Run prompts on any model
- Access prompt history