Commit Graph

114 Commits

Author SHA1 Message Date
57b81be9ce Caption - allow custom endpoint for xAI 2025-05-22 23:03:04 +03:00
62c2c88a79 + captioning and multimodal 2025-05-22 21:17:34 +03:00
157315cd68 Add Vertex AI express mode support (#3977)
* Add Vertex AI express mode support
Split Google AI Studio and Vertex AI

* Add support for Vertex AI, including updating default models and related settings, modifying frontend HTML to include Vertex AI options, and adjusting request processing logic in the backend API.

* Log API name in the console

* Merge sysprompt toggles back

* Use Gemma tokenizers for Vertex and LearnLM

* AI Studio parity updates

* Add link to express mode doc. Also technically it's not a form

* Split title

* Use array includes

* Add support for Google Vertex AI in image captioning feature

* Specify caption API name, add to compression list

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2025-05-22 20:10:53 +03:00
074ca4a55b flash preview 2025-05-20 21:22:00 +03:00
420d568cd3 Pollinations - Text (#3985)
* [wip] Pollinations for text

* Implement generate API request

* Determine Pollinations model tools via models list

* Add Pollinations option to /model command

* Add Pollinations support to caption

* Update link to pollinations site

* Fix type errors in openai.js

* Fix API connection test to use AbortController for request cancellation

* Remove hard coded list of pollinations vision models

* Remove openai-audio from captioning models
2025-05-11 20:14:11 +03:00
fa8ea7c60d mistral-medium-2505 2025-05-07 20:09:56 +03:00
edb9702055 Add support for gemini-2.5-pro-preview-05-06 2025-05-07 00:29:26 +08:00
0f8b610454 Prettify captioning model redirects 2025-04-27 20:36:14 +03:00
4599797baf Revert responsive Google models per Cohee's executive order
I was wrong on a few models. At least Gemini still fits on a 1440p monitor.
2025-04-26 20:04:50 -05:00
fc09be75a6 Almost done with Google pruning
* Put back 1.5-latest
* Put back missing flash 002 (same deal about safetySettings like pro 001 vs 002)
* Remove dead models and gemma from BLOCK_NONE check
2025-04-26 17:54:34 -05:00
af64ac001a Update caption_multimodal_model
And fix optgroup typo
2025-04-26 14:33:47 -05:00
28d42e5200 Prune Google models 2025-04-26 11:39:44 -05:00
0520f3ccf4 Fix gpt-4o-mini snapshots 2025-04-22 23:28:49 +03:00
e0b7c9ef4c Fixed image viewing capabilities and added option for caption extension 2025-04-17 17:34:35 -04:00
7b2f1f7c7a Add o3 and o4-mini 2025-04-16 23:12:40 +03:00
36e3627705 gpt-4.1 2025-04-14 20:54:18 +03:00
17cdc78a91 Add xAI for image captioning 2025-04-11 19:05:03 +03:00
df7c2226f6 Fix Gemini captioning 2025-04-06 13:31:16 +03:00
264d77414a Gemini 2.5 Pro 2025-03-25 21:21:23 +02:00
b6c1c9a40d MistralAI: Add new models 2025-03-18 19:53:02 +02:00
0c7d5c76e2 gemini-2.0-flash-exp-image-generation 2025-03-15 14:58:06 +02:00
c167890d26 Add multimodal captioning for Cohere 2025-03-05 21:36:43 +02:00
5c146bdd67 Add gpt-4.5 to caption extension list 2025-02-27 23:31:46 +02:00
c855cd2bf0 Bonus: add o1 to captioning list 2025-02-24 21:13:42 +02:00
82b74628c6 Sonnet 3.7 2025-02-24 21:06:12 +02:00
f83dccda39 Mark 'Extras' option as deprecated in built-in extensions 2025-02-08 21:56:54 +02:00
b074f9fa89 feat: update Gemini models
- Add new Gemini models (2025/02/05)
2025-02-06 04:50:54 +08:00
11882827c7 Add new Gemini thinking model and its alias, specify context size and vision support 2025-01-22 18:37:43 +08:00
a82c05a8ac Gemini thinking: Specify context size, system prompt and vision support 2024-12-27 22:39:26 +02:00
a6f37880e2 Merge pull request #3198 from ceruleandeep/i18n/generateImage
Fix i18n tags for Generate Image/Stop Image Generation, add translations
2024-12-17 07:55:08 +02:00
247a23bda9 Fix i18n for "Generate Caption" in wand menu 2024-12-16 20:51:29 +11:00
9cab0618b6 Update: [caption/settings.html] Remove GAI version of gemini-pro-vision
Retained the OpenRouter version, as it is still available via Vertex.
2024-12-15 12:43:16 +09:00
a64c8ade9d Support Gemini 2.0 Flash-exp 2024-12-12 06:31:27 +09:00
073b76a693 Support Gemini-exp-1206 2024-12-07 02:19:15 +09:00
85ca08a2ea Settings for new gemini 2024-11-22 17:50:33 +00:00
b651d31780 MistralAI: new pixtral large model 2024-11-18 16:10:20 +00:00
30bca8e39b Supports GEMINI EXP 2024-11-15 05:26:10 +09:00
dcd11e4c54 Added Claude 3.5 Haiku 2024-11-04 20:19:39 +01:00
139c6b9c71 Add Claude 3.5 Sonnet (latest) options 2024-10-24 12:51:34 +02:00
030808d308 feat: add Claude 3.5 Sonnet 20241022 API model 2024-10-22 19:05:51 +01:00
ff2c71c4ef MistralAI: Add new models to the list 2024-10-18 20:48:28 +03:00
93137e3e2a [chore] Fix lint errors 2024-10-13 14:02:53 +03:00
6706cce10d Groq: Add new models and multimodal captions 2024-10-03 08:41:45 +03:00
50e48ffdc2 Add Google models to captioning 2024-09-24 22:01:57 +03:00
60df924bec MistralAI: Add Pixtral to models and captioning 2024-09-17 21:44:25 +03:00
6393eda81e Auto-add OpenRouter captioning models 2024-09-15 18:38:44 +03:00
084eebf610 Update /caption mesId argument name 2024-09-13 20:28:19 +03:00
c06b239e20 Add missing OpenRouter multimodal caption models 2024-09-07 19:43:25 +03:00
3635d84d72 Add Gemini subversions to multimodal caption 2024-09-07 19:37:37 +03:00
268aeb0ae5 Support gemini-1.5-exp-0827 2024-08-28 08:24:04 +09:00