Get OpenAI models only
Future<List<AIModel>> getOpenAIModels() async { return getModelsByOwner('openai'); }