Skip to content

Playground, o1 and DeepSeek

An 8-bit style image shows a sleek, futuristic web application interface on a computer screen. It features icons for AI models like OpenAI o1 and DeepSeek V3 against a user-friendly backdrop. The corporate 5-color palette incorporates geometric shapes to create a digital playground theme, focusing on simplicity and iconic design without people or text.
Generated by 🤖 AI

The newly 2025 release brings a number of new features and support for new models.

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.

A screenshot of the playground.

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.`

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.`