Skip to main content

Models

The Assistive API offers a range of models with capabilities such as text and video generation, as well as tools that integrate with language models such as Code Interpreter and Browsing.

Models

GPT

The GPT family of models from OpenAI are incredibly capable text generation models that are designed for conversation and instruction following, and can be used for a wide range of tasks.

Built-in tools available through the Chat API such as Code Interpreter and Browsing allow GPT to be even more useful, with it being able to analyze files, perform precise calculations and computations, and browse the web for real-time knowledge.

gpt-4-turbo-tools

The latest model from OpenAI enhanced by Assistive, capable of advanced reasoning and creativity, and optimized for chat and instruction following. Supports code_interpreter and browsing through the Chat API.

Has a context length of 128,000 tokens.

gpt-4-turbo

The latest model from OpenAI, capable of advanced reasoning and creativity.

Has a context length of 128,000 tokens.

gpt-3.5-turbo-tools

GPT-3.5 Turbo can understand and generate natural language or code, and is optimized for chat and instruction following. Supports code_interpreter and browsing through the Chat API.

Has a context length of 16,385 tokens.

gpt-3.5-turbo

GPT-3.5 Turbo can understand and generate natural language or code, and is optimized for chat and instruction following.

Has a context length of 16,385 tokens.

Video

Assistive's video model is capable of generating 4-second photorealistic videos from text or image prompts. This model is experimental and quality and generation time may vary.

video-1

Generates photorealistic videos from text or image prompts. This is the same model used in Assistive Chat and Assistive Video.

Generates up to 4 seconds of video.

Tools

Code Interpreter

Code Interpreter executes Python code in a sandboxed environment. It's capable of receiving files, and comes with common packages preinstalled.

It's designed to be called by language models, allowing them to analyze data, and perform precise calculations.