text-generation-webui/modules/api
2026-04-06 17:47:50 -07:00
..
__init__.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
anthropic.py API: Add thinking block signature field, fix error codes, clean up logging 2026-03-23 07:06:38 -07:00
cache_embedding_model.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
completions.py API: Improve cache clearing in logprobs 2026-04-02 17:50:42 -07:00
embeddings.py Remove hardcoded trust_remote_code=True in embedding loader 2026-04-06 17:47:50 -07:00
errors.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
images.py Image generation: Embed generation metadata in API image responses 2026-04-04 23:15:14 -07:00
logits.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
models.py API: add instruction_template support to the model load endpoint 2026-04-06 07:02:53 -07:00
moderations.py API: Add thinking block signature field, fix error codes, clean up logging 2026-03-23 07:06:38 -07:00
script.py API: Fix IPv6 address formatting 2026-04-06 10:07:52 -07:00
tokens.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
typing.py API: add instruction_template support to the model load endpoint 2026-04-06 07:02:53 -07:00
utils.py API: Fix _start_cloudflared raising after first attempt instead of exhausting retries 2026-03-20 15:03:49 -03:00