SheetAI
← All updates
February 2025New Feature

DeepSeek Model Now Available

DeepSeek Chat is now available in SheetAI. It's one of the most affordable models and is especially strong at code generation — great for technical spreadsheet tasks.

What's included

  • DeepSeek Chat is especially strong at code generation and very affordable compared to other models

Try it yourself

A
1
=SHEETAI("Write a Python function to sort a list", 1000, 0.2, "deepseek-chat")
2
def sort_list(lst): return sorted(lst)