# Docs for v1 can be found by changing the above selector ^from together import Togetherimport osclient = Together( api_key=os.environ.get("TOGETHER_API_KEY"),)response = client.files.list()for file in response.data: print(file.id)
# Docs for v1 can be found by changing the above selector ^from together import Togetherimport osclient = Together( api_key=os.environ.get("TOGETHER_API_KEY"),)response = client.files.list()for file in response.data: print(file.id)