Module: RubyLLM::Providers::Azure::Models

Included in:
RubyLLM::Providers::Azure
Defined in:
lib/ruby_llm/providers/azure/models.rb

Overview

Models methods of the Azure AI Foundry API integration

Instance Method Summary collapse

Instance Method Details

#models_urlObject



8
9
10
# File 'lib/ruby_llm/providers/azure/models.rb', line 8

def models_url
  'openai/v1/models?api-version=preview'
end