Playground, o1 and DeepSeek

Generated by 🤖 AI
The newly 2025 release brings a number of new features and support for new models.
Playground
Section titled “Playground”The Playground is a self-hosted web application that allows you to run GenAIScript scripts from a friendly user interface. It sits between the GenAIScript CLI and the GenAIScript Visual Studio Code integration.

GenAIScript supports the various flavors of the OpenAI o1 models (mini, preview, …). It also adds support for tools.
o1 is also available on GitHub Models!
script({ model: "github:o1" })$`Prove that the sum of the angles of a triangle is 180 degrees.`
DeepSeek
Section titled “DeepSeek”GenAIScript supports DeepSeek V3 through their OpenAI API.
script({ model: "deepseek:deepseek-chat" })$`Prove that the sum of the angles of a triangle is 180 degrees.`