Documentation

E2B Code Interpreter


The open-source Code Interpreter SDK by E2B provides a long-running, secure, sandboxed environment where you can run the output generated by LLMs powered by Groq. The SDK was built specifically for enabling AI data analysts, coding apps, and reasoning-heavy agents. E2B provides a way to not only generate code with LLMs powered by Groq, but the ability to execute the generated code for:

  • Better reasoning
  • More complex tasks (e.g. advanced data analysis or mathematics)
  • Producing tangible results, such as charts
  • Immediate testing (and correcting) of the producted output

For more information, read the E2B Groq integration documentation for Python and JavaScript.