Well from what I've been told and to my understanding, you'd have to use the OpenGL libraries bundled with SDL to do this. And OpenGL does not have any loaders or formats that it specifically uses. (Unlike Direct3D and it's X format.)

You'd have to write the loader yourself using whatever format you feel most comfortable with or find convenient. There are many around though, I'm sure that you'll find on of good use.