Together AI · Capability
Together APIs — Code Interpreter
Together APIs — Code Interpreter. 2 operations. Lead operation: Code Interpreter. Self-contained Naftiko capability covering one Together Ai business surface.
What You Can Do
POST
Tciexecute
— Executes the given code snippet and returns the output. Without a session_id, a new session will be created to run the code. If you do pass in a valid session_id, the code will be run in that session. This is useful for running multiple cod
/v1/tci/execute
GET
Sessionslist
— Lists all your currently active sessions.
/v1/tci/sessions
MCP Tools
executes-given-code-snippet-and
Executes the given code snippet and returns the output. Without a session_id, a new session will be created to run the code. If you do pass in a valid session_id, the code will be run in that session. This is useful for running multiple cod
lists-all-your-currently-active
Lists all your currently active sessions.
read-only
idempotent