Home/LLM Frameworks/codeinterpreter-api
codeinterpreter-api logo

codeinterpreter-api

Enrichment pending
shroominic/codeinterpreter-api

👾 Open source implementation of the ChatGPT Code Interpreter

GraphCanon updated today · GitHub synced today

3.8k
Stars
387
Forks
70
Open issues
35
Watchers
1y
Last push
Python MITCreated Jul 10, 2023

Trust & integrity

Full report
Maintenance
Dormant (611d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

👾 Open source implementation of the ChatGPT Code Interpreter

Capability facts

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

OpenAI APIOpenAI API

Source: README excerpt (regex_v1, Jul 11, 2026)

Get your OpenAI API Key [here](https://platform.openai.com/account/api-keys) and install the packag
Source link
Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

pip install "codeinterpreterapi[all]"
Source link

Tags

README

Installation

Get your OpenAI API Key here and install the package.

pip install "codeinterpreterapi[all]"

Everything for local experiments are installed with the all extra. For deployments, you can use pip install codeinterpreterapi instead which does not install the additional dependencies.