Skip to content

o1

1 post with the tag “o1”

Playground, o1 and DeepSeek

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

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.

A screenshot of the playground.

o1

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

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