mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix ci/lint
This commit is contained in:
parent
fc500295f7
commit
d2ae9fc887
2 changed files with 39 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ from typing import (
|
|||
Union,
|
||||
cast,
|
||||
)
|
||||
from urllib.parse import urlparse
|
||||
from urllib.request import url2pathname
|
||||
|
||||
import httpx # type: ignore
|
||||
|
|
|
|||
|
|
@ -1360,6 +1360,23 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"ltx": {
|
||||
"display_name": "LTX (`ltx`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/ltx/videos",
|
||||
"endpoints": {
|
||||
"chat_completions": false,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"video_generations": true
|
||||
}
|
||||
},
|
||||
"maritalk": {
|
||||
"display_name": "Maritalk (`maritalk`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/maritalk",
|
||||
|
|
@ -1660,6 +1677,7 @@
|
|||
"audio_speech": true,
|
||||
"moderations": true,
|
||||
"batches": true,
|
||||
"evals_api": true,
|
||||
"rerank": false,
|
||||
"container": true,
|
||||
"compact": true,
|
||||
|
|
@ -2665,6 +2683,13 @@
|
|||
"provider_json_field": "embeddings",
|
||||
"url": "https://docs.litellm.ai/docs/embedding/supported_embedding"
|
||||
},
|
||||
"evals_api": {
|
||||
"docs_label": "evals_api",
|
||||
"display_name": "OpenAI Evals API",
|
||||
"leftnav_label": "/evals",
|
||||
"provider_json_field": "evals_api",
|
||||
"url": "https://docs.litellm.ai/docs/evals_api"
|
||||
},
|
||||
"files": {
|
||||
"docs_label": "files",
|
||||
"display_name": "OpenAI Files API",
|
||||
|
|
@ -2737,6 +2762,13 @@
|
|||
"provider_json_field": "ocr",
|
||||
"url": "https://docs.litellm.ai/docs/ocr"
|
||||
},
|
||||
"prompt_management": {
|
||||
"docs_label": "prompt_management",
|
||||
"display_name": "Prompt Management with Responses API",
|
||||
"leftnav_label": "prompt_management",
|
||||
"provider_json_field": "responses",
|
||||
"url": "https://docs.litellm.ai/docs/prompt_management"
|
||||
},
|
||||
"rag_ingest": {
|
||||
"docs_label": "rag_ingest",
|
||||
"display_name": "RAG Ingest API",
|
||||
|
|
@ -2830,6 +2862,13 @@
|
|||
"provider_json_field": "vector_stores_search",
|
||||
"url": "https://docs.litellm.ai/docs/vector_stores/search"
|
||||
},
|
||||
"v1_messages": {
|
||||
"docs_label": "v1_messages",
|
||||
"display_name": "Anthropic v1 Messages API",
|
||||
"leftnav_label": "/v1/messages",
|
||||
"provider_json_field": "messages",
|
||||
"url": "https://docs.litellm.ai/docs/anthropic_unified"
|
||||
},
|
||||
"videos": {
|
||||
"docs_label": "videos",
|
||||
"display_name": "OpenAI Videos API",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue