# openai api colab checklist
- [x] translation
- assistants and threads (instead of completions)
- [ ] create assistant
- [ ] with created assistant, basic message
- [ ] list assistants
- function calling
- [ ] determine which assistant should respond?
- [ ] determine which of a number of external APIs we should call?