Claris FileMaker and Private AI Part 2: DeepSeek R1

Ben Fletcher • 17 June 2025

Previously, we discussed how it is possible to run your own private AI service powered by Ollama using the llama3.2 model on commodity Apple hardware.  However, there are many other publicly available models which can work with Ollama, including Google's Gemma, Alibab Cloud's Gwen, Mistral's Devstral, Microsoft's Phi and perhaps the most prominent to the general public, DeepSeek's R1.


Why DeepSeek R1?

As a new and relatively unknown Chinese startup, DeekSeek garner significant media attention with the release of the R1 model in January 2025.  It had previously been assumed that the large American Mega Cap tech stock's heavy spending on cutting edge infrastructure provided by Nvidia's most advanced chips would provide a significant technological 'moat' to other entrants into the AI market.


DeepSeek's principle innovation was to build a model capable of simulating how humans reason through problems for a fraction of the cost of similar American models (~$6m versus over $100m for OpenAI's GPT4).  Even more significantly, DeepSeek uses less memory than rival models and so executing it is less costly for users.


Running DeepSeek's R1 Locally

Ollama works with multiple models and so once it is set-up, it is trivial to swap between models, allowing developers to evaluate the performance and accuracy to determine which is the best fit for your application.


1. Choosing the right model

  • deepseek-r1:1.5b - 1.1GB size; should run with reasonable performance on an 8GB M series Apple processor (or better).
  • deepseek-r1:8b - 5.2GB size; should run with reasonable performance on a 16GB M series Apple processor (or better).
  • deepseek-r1:32b - 30GB size; will likely require 32GB M4 servers Apple processor (or better).


Doing some basic real world tests using a 24GB M3 MacBook, it takes around 9 seconds to execute a query against deepseek-r1:1.5b and around 1 minute to execute a query against deepseek-r1:8b.


The models can all be downloaded from Ollama.com and installed in the same manner as Llama.

i.e. Download and install Ollama, and then open Terminal and run:

ollama run deepseek-r1:1.5b


DeepSeek R1 vs Llama vs other models

So why use DeepSeek R1 instead of Llama?  Given the seemly magical responses that LLMs can generate it is easy to forget that they are black box solutions - they can hallucinate and are all built off of different training data sets which may have different inherent biases.  Equally importantly they haven't all been optimised for exactly the same task.  It is therefore, important to evaluate different real-world applications using your own data to determine which is the best fit.  With this in mind, some general observations can be made:


πŸ“¦ DeepSeek Strengths


βœ… Pros:

• MIT License: True open-source — even commercial use is permitted.

• Strong coding performance, especially for Python, JavaScript, Go, etc.

• Excellent at structured generation (JSON, YAML, config files).

• Well-optimised for multi-turn reasoning, chaining logic across instructions.


❗ Cons:

• Less fluent in creative or open-ended prose than LLaMA 3 or Mistral.

• Slightly heavier memory footprint at the same parameter size (esp. compared to Mistral).

• Not trained with as much Reinforcement Learning from Human Feedback (RLHF) tuning for alignment, so you may need to fine-tune for sensitive apps.


Hosting Options: On-Premise or Private Cloud


If your Claris FileMaker Server runs on an Apple Silicon Mac or a compatible GPU-based machine, you can host Ollama to run DeepSeek R1 on the same system. Alternatively, we can help you migrate to a private cloud cluster for high-performance, scalable AI—without sacrificing data privacy or control.


What’s Next?


πŸ” Explore real-world use cases and benefits in our detailed post:

πŸ‘‰ Supercharge FileMaker with Private AI: Integrating Local LLMs like Llama 3


Ready to Bring DeepSeek-R1 AI Into Your Business?


At DataTherapy, we specialise in integrating private AI with Claris FileMaker. Whether you’re just exploring or ready to go all-in on secure, AI-enhanced automation—we can help.


βœ… Certified Claris FileMaker Developers

βœ… UK-based team of full-time professionals

βœ… Platinum Claris Partner

βœ… Experts in secure, on-premise and private cloud AI deployment


πŸ“ž Contact us today for a free consultation and discover how local AI can transform your business—without ever sending your data to the public cloud.







 

Decorating a blank wall
by Ben Fletcher 30 May 2025
Claris has added dozens of new features with each release of FileMaker - so many that it is hard to quickly see exactly how you might quickly benefit from updating. Here we summarise some of our favourite features we like to highlight to customers looking to upgrade:
A lab working doing research
by Ben Fletcher 22 May 2025
Discover why FileMaker is a cost-effective, flexible LIMS solution for 2025—ideal for labs needing secure, customisable, and rapidly deployable systems.
by Ben Fletcher 16 May 2025
Learn how to run private AI locally using Ollama and integrate it with Claris FileMaker. Discover step-by-step setup, model recommendations, and how to build secure, AI-powered workflows without sending data to the cloud. Perfect for businesses prioritising data privacy and compliance.
Possibility of AI.
by Ben Fletcher 13 May 2025
Integrate Claris FileMaker with local LLMs like LLaMA 3 to boost efficiency with AI—without risking data privacy. Secure, intelligent automation for your business
by Ben Fletcher 29 April 2025
Still running your business on Google Sheets? Spreadsheets are great—until they start holding you back. If you’re managing complex processes, critical data, or multiple users through Google Sheets, it’s time to upgrade.
by Ben Fletcher 25 April 2025
The Claris FileMaker Server 21.1.4 update is now available and includes important fixes that address known issues from previous versions: Key Fixes 1. Field definitions incorrectly read from cache. A bug introduced in version 21.0 caused field definitions to be incorrectly cached, resulting in symptoms such as: Empty related fields Missing value lists and indexes “Insufficient privileges (error -9)” messages 2. Windows only: Server-side script sessions limited by CPU cores. Version 21.1.3 limited simultaneous server-side script sessions to the number of CPU cores on Windows. This impacted I/O-bound environments by unnecessarily queuing sessions. 21.1.4 resolves this by allowing up to 50 concurrent script sessions on Windows before queueing begins—regardless of CPU cores. These sessions may be triggered by schedules, OData, or Perform Script on Server (PSoS). Note: This behavior is not controlled by the AllowPSoS setting. Claris Recommends: To ensure system stability, it is advised to limit active clients to 40 - 45 simultaneous sessions. Exceeding 50 may result in delays, memory overload, or session hangs. Do you need assistance with upgrading? DataTherapy are pleased to announce that Claris FileMaker 2024 (version 21.1) managed private cloud hosting packages are immediately available. DataTherapy can provide scalable, managed FileMaker packages for businesses of all size. Full details of all of our packages can be found here . We can offer a range of a variety of enhanced options such as domain management, custom SSL certificates, VPN, VLAN, disaster recovery and integration with other technologies. If you need additional information on upgrading to the new release, advise on how to migrate your current on-premises FileMaker Server to the cloud, or would like to arrange a free trial of any of our packages then please don’t hesitate to contact our team .
Databases
by Ben Fletcher 16 April 2025
Using Microsoft Excel for workflows and complex data management instead of a dedicated database presents several inherent problems. These issues stem from Excel’s limitations in scalability, data integrity, collaboration, automation, and security. Below is a detailed breakdown of these challenges and how a custom Claris FileMaker App can meet these challenges . . .
Optimising Claris FileMaker App Performance
by Ben Fletcher 25 March 2025
What to do when your FileMaker App isn't running as well as it used to . . .
by Ben Fletcher 14 March 2025
Ensuring Business Continuity: Augmenting or Replacing Your In-House FileMaker Team
by Ben Fletcher 18 February 2025
FileMaker 2024 massively simplifies the complexity of leverage LLMs . . .
More posts