8000 Releases · lofcz/LlmTornado · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: lofcz/LlmTornado

8000

Release v3.4.8

27 Mar 01:11
Compare
Choose a tag to compare

What's Changed

This release improves the observability of outbound HTTP requests. TornadoRequestContent now exposes BuildFinalUrl, which can be used to check the destination before firing the built request.

  • improve requests observability
  • Update README.md
  • Update FeatureMatrix.md
  • Update README.md
  • Update README.md
  • Update project versions to v3.4.7

Updated Projects

LlmTornado.csproj -> 3.4.8

Release v3.4.7

21 Mar 15:37
516795b
Compare
Choose a tag to compare

What's Changed

This release adds full support for xAi and Perplexity! Models grok-2-image-1212, grok-2-1212, grok-2-vision-1212, sonar-pro, sonar, sonar-deep-research, sonar-reasoning-pro, sonar-reasoning are now supported.

grok_image

  • Update README.md
  • perplexity: sonar-pro, sonar, sonar-deep-research, sonar-reasoning-pro, sonar-reasoning
  • Update FeatureMatrix.md
  • xai: grok-2-image-1212
  • xai: streaming
  • Update FeatureMatrix.md
  • Update README.md
  • Update README.md
  • Update FeatureMatrix.md
  • Update README.md
  • Update README.md
  • xai: draft support
  • Update project versions to v3.4.6

Updated Projects

LlmTornado.csproj -> 3.4.7
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.6

21 Mar 04:32
Compare
Choose a tag to compare

What's Changed

This release adds support for gpt-4o-mini-tts, gpt-4o-transcribe, gpt-4o-mini-transcribe, o1-pro and implements transcriptions streaming & newly introduced params in OpenAI's Audio API.

ttsscreen

  • docs
  • openai: audio support prompt
  • openai: gpt-4o-transcribe, gpt-4o-mini-tts, gpt-4o-mini-transcribe, streaming transcription
  • Update project versions to v3.4.5

Updated Projects

LlmTornado.csproj -> 3.4.6
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.5

20 Mar 03:05
Compare
Choose a tag to compare

What's Changed

This release adds support for mistral-small-2503 and improves the serialization of chat requests.

  • smart stream options
  • mistral: mistral-small-2503
  • update wording
  • Update README.md
  • Update README.md
  • Update README.md
  • Update project versions to v3.4.4

Updated Projects

LlmTornado.csproj -> 3.4.5
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.4

17 Mar 00:00
82b55d3
Compare
Choose a tag to compare

What's Changed

This release adds useful abstractions to Conversations and Files: WaitForContentReady, and WaitForReady provide a concurrent polling primitive. Two new callbacks are available for streaming responses: MessagePartHandler, ImageTokenHandler. New models supported: gemma3-27b, gemini-2.0-flash-exp-image-generation

demo

  • link yt demo in readme
  • google: support multimodal outputs
  • conversation: WaitForContentReady, files: WaitForReady, openai: automatically include usage when streaming
  • google: gemma3-27b
  • Update project versions to v3.4.3

Updated Projects

LlmTornado.csproj -> 3.4.4
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.3

15 Mar 22:57
Compare
Choose a tag to compare

What's Changed

This release adds support for command-a-03-2025.

  • fix
  • up tags
  • cohere: command-a-03-2025
  • Update README.md
  • Update FeatureMatrix.md

Updated Projects

LlmTornado.csproj -> 3.4.3
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.2

15 Mar 21:05
Compare
Choose a tag to compare

What's Changed

This release adds support for Mistral! Following models are supported: codestral-latest, mistral-large-latest, pixtral-large-latest, mistral-saba-latest, ministral-3b-latest, ministral-8b-latest, mistral-small-latest, pixtral-12b-2409, open-mistral-nemo, open-codestral-mamba.

  • mistral chat extensions
  • add ocr to the feature matrix
  • bootstrap mistral
  • map mistral models
  • Update FeatureMatrix.md
  • Update project versions to v3.4.1

Updated Projects

LlmTornado.csproj -> 3.4.2
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.1

15 Mar 18:17
Compare
Choose a tag to compare

What's Changed

This release adds support for Google Embeddings: text-embedding-004 is now supported.

  • google: support embeddings
  • Update FeatureMatrix.md
  • Update README.md
  • Update project versions to v3.4.0

Updated Projects

LlmTornado.csproj -> 3.4.1
LlmTornado.Demo.csproj -> 0.0.1

Release v3.4.0

15 Mar 16:23
18c50ca
Compare
Choose a tag to compare

What's Changed

This release adds support for DeepSeek! Models deepseek-chat and deepseek-reasoner are now supported, including streaming, tool calls, JSON schema, any many more features! 🎉
OpenAI reasoning models now correctly ignore temperature when sterilizing chat requests.

  • include deepseek in readme
  • mark deepseek as supported
  • deepseek: deepseek-chat, deepseek-reasoner, openai: fix tempereature for reasoning models
  • Update project versions to v3.3.2

Updated Projects

LlmTornado.csproj -> 3.4.0
LlmTornado.Demo.csproj -> 0.1.0

Release v3.3.2

09 Mar 13:43
17c2aaf
Compare
Choose a tag to compare

What's Changed

This release implements the missing createThreadAndRun endpoint from OpenAI's Assistants.

  • code style adjustments
  • Adding support for creating thread and run in one request
  • add test for non-streaming file upload
  • Update project versions to v3.3.1

Updated Projects

LlmTornado.csproj -> 3.3.2
LlmTornado.Demo.csproj -> 0.0.1

0