Table of Contents

TMS FNC Cloud AI Release Notes

Source: FMX.TMSFNCCloudAI.pas version history Current version: 1.6.1.2

1.6.2.0

  • New : Settings.UseTemperature added
  • New : Settings.CacheControl added for Claude

1.6.1.2

  • Fixed : Issue with embedding plain text files for OpenAI

1.6.1.1

  • Fixed : Issue with calling OnExecute when Claude uses tool requests

1.6.1.0

  • New : Support to submit PDF files to Mistral
  • Fixed : Corrected Claude token usage calculation

1.6.0.0

  • Improved : Updated the default models for various LLMs to newer models
  • New : .PDF context submit for Gemini
  • New : .XLSX, .DOCX context submit for OpenAI
  • New : .PDF context submit for Claude
  • Improved : Image uploading handling
  • Improved : URL context submit handling for OpenAI

1.5.2.1

  • Fixed : Issue with token usage counting when function calls are involved

1.5.2.0

  • New : Thinking or reasoning options for OpenAI, Clause, Gemini, Ollama, Llamacpp & reasoning supporting models

1.5.1.1

  • Fixed : Issue when using assistants role when using OpenAI

1.5.1.0

  • New : Method GetActiveServices() added + extra param to get only list of services with an API key on GetServices()

1.5.0.1

  • Fixed : Issue with changes in OpenAI GPT-5.2 models and function calling

1.5.0.0

  • New : Support for OpenAI STT translation
  • New : Support for configuration of OpenAI STT model
  • New : Support for Mistral & Gemini transcribe
  • New : Usage tracking across requests
  • Fixed : Issue with assigning empty TTMSFNCCloudAITooLSets

1.4.1.0

  • New : CheckStatus override with ThreadID parameter
  • New : Support for Ollama for GetModels() method

1.4.0.0

  • New : TTMSFNCCloudAIToolSet class added
  • New : Support for GPT-5 added
  • New : Audio transcribe for OpenAI added
  • New : Audio generation for OpenAI added

1.3.0.2

  • New : Changed default grok-beta model by official grok-3 model

1.3.0.1

  • Fixed : Issue with paths on macOS

1.3.0.0

  • New : Added OpenAI Assistant API for RAG
  • New : Live search added for OpenAI, Gemini, Grok, Claude

1.2.0.1

  • Fixed : Issue with Response.Id handling

1.2.0.0

  • New : Settings.MaxTokens added
  • New : Settings.CustomOptions added
  • New : Support for DeepSeek LLM added
  • New : Support for Mistral LLM added
  • New : Support for specifying Ollama server path
  • New : Method to get a list of models for an AI service
  • New : Function calling support added
  • New : Support for adding image files or URLs in content
  • New : Setting to switch between regular OpenAI API and API on EU servers

1.1.0.1

  • Fixed : Issue with Perplexity

1.1.0.0

  • New : Mistral added

1.0.0.0

  • First release