Ishaan Jaff
|
8e318dd06c
|
[Feat] New LLM Provider - Docker Model Runner (#16948)
* add DOCKER_MODEL_RUNNER
* add DockerModelRunnerChatConfig Transorm
* add docker_model_runner
* add docker_model_runner
* docs docker model runner
* add DockerModelRunnerChatConfig
* add docker_model_runner to providers
* test_completion_hits_correct_url_and_body
* fix sidebar
* TestDockerModelRunnerIntegration
* test_completion_with_custom_engine_and_host
* docs docker model runner
* docs fix
|
2025-11-21 16:09:32 -08:00 |
|
Ishaan Jaff
|
124ba463f8
|
[Feat] RunwayML - Add support for /audio/speech eleven_multilingual_v2 endpoint (#16604)
* init RunwayMLTextToSpeechConfig
* add RunwayMLTextToSpeechConfig
* add RunwayMLTextToSpeechConfig
* test_runwayml_tts_async
* runway ml speech
* fix voices
* fix test
* docs runway lm
* add runwayml here
* fix RunwayMLTextToSpeechConfig
* test_openai_voice_mapping_to_runwayml
|
2025-11-13 14:32:09 -08:00 |
|
Ishaan Jaff
|
b30439257b
|
[Feat] Add RunwayML Img Gen API support (#16557)
* TestRunwaymlImageGeneration
* fix RUNWAYML
* rename
* fix rename
* get_runwayml_image_generation_config
* get_runwayml_image_generation_config
* TestRunwaymlImageGeneration
* add RUNWAYML_POLLING_TIMEOUT
* fix rnwayml transform img gen
* runwayml_image_cost_calculator
* runwayml_image_cost_calculator
* docs runwayml
* fix runwayML polling
* test_get_first_default_fallback
|
2025-11-12 18:20:14 -08:00 |
|
Ishaan Jaff
|
50b5cf5215
|
[Feat] New Provider - Add RunwayML Provider for video generations (#16505)
* add RUNWAYML
* init folders
* add RunwayMLVideoConfig
* add RUNWAYML_DEFAULT_API_VERSION
* add RunwayMLVideoConfig
* fix getting status
* add async_transform_video_content_response
* add runwayml transform_video_content_response
* fix config.yaml
* add runwayml docs
* add runwayml to videos
* docs runwayml video gen
* add new models to model cost map
* TestRunwayMLVideoTransformation
* fix linting errors
|
2025-11-11 18:48:23 -08:00 |
|
Ishaan Jaff
|
60f3a3b0ad
|
[Feat] add serxng search API provider (#16259)
* TestFirecrawlSearch
* add SearchProviders
* add to get_provider_search_config
* add FirecrawlSearchConfig
* add FirecrawlSearchRequest
* add firecrawl API docs
* add pricing firecrawl/search
* add new search APIs
* add SearXNGSearchConfig
* add searxng/search
* add serxng params
* TestSearXNGSearch
* docs serxng
* docs fix
* docs fix
* docs serxng
|
2025-11-04 17:56:07 -08:00 |
|
Ishaan Jaff
|
af78a93ecf
|
[Feat] /search API - add firecrawl search API support (#16257)
* TestFirecrawlSearch
* add SearchProviders
* add to get_provider_search_config
* add FirecrawlSearchConfig
* add FirecrawlSearchRequest
* add firecrawl API docs
* add pricing firecrawl/search
* add new search APIs
|
2025-11-04 17:52:12 -08:00 |
|
Ishaan Jaff
|
57295cedef
|
[Feat] Add Azure AI Doc Intelligence OCR (#16219)
* TestAzureDocumentIntelligenceOCR
* add AZURE_DOCUMENT_INTELLIGENCE_API_VERSION
* add AzureDocumentIntelligenceOCRConfig
* add async_transform_ocr_response
* use async transform
* add AzureDocumentIntelligenceOCRConfig
* add AzureDocumentIntelligenceOCRConfig
* add AzureDocumentIntelligenceOCRConfig
* add get_azure_ai_ocr_config
* add azure_ai/doc-intelligence
* add azure_ai/doc-intelligence
* docs fix
* docs fix
* add azure doc intel
* fix lint error
|
2025-11-03 17:22:19 -08:00 |
|
Ishaan Jaff
|
71c61c274f
|
[Feat] /ocr - Add VertexAI OCR provider support + cost tracking (#16216)
* add VertexAIOCRConfig
* __all__ = ["VertexAIOCRConfig"]
add
* add get_provider_ocr_config
* use GenericLiteLLMParams for litellm params
* fix _async_prepare_ocr_request
* fix _prepare_ocr_request
* fix get_complete_url
* fix validate_environment
* add safe_get_vertex_ai_project
* add VertexAIOCRConfig
* fix get_complete_url
* add TestVertexAIOCR
* add mistral-ocr-2505 cost
* add OCR to provider info
* docs vertex ai ocr
* fix _handle_rate_limits
* Potential fix for code scanning alert no. 3632: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-11-03 15:56:49 -08:00 |
|
Ishaan Jaff
|
0428229032
|
[Docs] readme fixes add supported providers (#16109)
* add provider test
* docs readme.md
* docs providers
* order providers
* test_providers_alphabetically_ordered
* docs endpoint
* fix config
* add ENDPOINT_COLUMNS
* add provider endpoints
* docs fix
|
2025-10-30 17:23:20 -07:00 |
|