I am taking an OpenGL course and we have the option to create models to use in our assignments with a 3D modeling application, like Maya or Blender.
I am not
Blender can save files in .obj format, and a simple google search turns up several libraries for loading this into OpenGL. Here is one.