Back to Agents
O
Open Interpreter
by Open Interpreter · v1.0
Open Interpreter lets LLMs run code (Python, JavaScript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running `interpreter` after installing. This provides a natural-language interface to your computer's general-purpose capabilities.
localcode-executiondesktopCode Generation
Agent Card
Protocols
CLIREST APIWebSocket
Capabilities
code-executionfile-managementsystem-controldata-analysis
Input / Output
INPUT:
textvoice
OUTPUT:
textcodefileimage
Authentication
None (Local)
API ENDPOINT:
http://localhost:8000
Quick Start
# Install and configure
curl -X POST http://localhost:8000/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'