{"id":26023159,"url":"https://github.com/unitygamestudio/deepseek-unity","last_synced_at":"2026-03-11T04:01:40.048Z","repository":{"id":280345097,"uuid":"941677428","full_name":"UnityGameStudio/DeepSeek-Unity","owner":"UnityGameStudio","description":"A plugin that allows DeepSeek to be used inside Unity. An alternative tool to ChatGPT API. ","archived":false,"fork":false,"pushed_at":"2025-03-20T00:09:48.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T01:23:02.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnityGameStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-02T20:54:37.000Z","updated_at":"2025-03-20T00:09:52.000Z","dependencies_parsed_at":"2025-03-02T22:22:17.097Z","dependency_job_id":"d9cab512-75af-428b-828d-dbc50b1c6b07","html_url":"https://github.com/UnityGameStudio/DeepSeek-Unity","commit_stats":null,"previous_names":["unitygamestudio/deepseek-unity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UnityGameStudio/DeepSeek-Unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnityGameStudio%2FDeepSeek-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnityGameStudio%2FDeepSeek-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnityGameStudio%2FDeepSeek-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnityGameStudio%2FDeepSeek-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnityGameStudio","download_url":"https://codeload.github.com/UnityGameStudio/DeepSeek-Unity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnityGameStudio%2FDeepSeek-Unity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30370266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-06T10:51:00.976Z","updated_at":"2026-03-11T04:01:40.042Z","avatar_url":"https://github.com/UnityGameStudio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepSeek-Unity\n\u003e Currently, this plugin is only suported on versions of Unity 2022.x and above\n\n# Installation\n\nThis plugin is provided as a custom Unity package that you can import into any existing project with the Unity version 2022.x and above.\n\nOnce you've downloaded the Unity package, you can import the `Example` scene inside the `DeepSeek` folder. \n\n---\n\n# Setup\n\nDeepSeek provides an alternative to ChatGPT for Unity developers. Here's a quick guide to setting up DeepSeek:\n\n- Setup Guide: [Watch the YouTube tutorial](https://www.youtube.com/watch?v=wIMm7RRXCiY\u0026feature=youtu.be)\n\n\n### Step 1: Login to your DeepSeek account and copy your secret key\nTo get started you will first need to fetch your DeepSeek API key, which can be found the DeepSeek Platform under `Get API Key` (or through [this direct link](https://platform.deepseek.com/api_keys)). Here, you can create a new secret key and copy the value (you will need to your secret key for the next step).\n\n![](/Images/Screenshot1.JPG)\n\n### Step 2: Open the Unity Editor, configure the package, and start using DeepSeek\nInside the package, you will find an `Example` Scene. Inside this scene, there is a game object with a `UnityAndDeepSeek.cs` script attach to it. Add your API Secret Key inside the `API Key` field. And, you can start using DeepSeek.\n\n![](/Images/Screenshot2.JPG)\n\n\n# Functions\n\nThis plugin provides one main function called `ChatWithDeepSeek`. This function contains an IEnumerator, `IEnumerator SendDeepSeekRequest()`, which firstly appends a List of chats, then sends that list to the DeepSeek API and prints the response to the console by calling Debug.Log().\n\nUnity connects with [DeepSeek API](https://api.deepseek.com/chat/completions). \n\n\n# Usage\nThe unity package was made to directly use the function with a User Interface. Therefore, the best way to interact with it, it is through the `Example` Scene. After hitting on play, the `Example` Scene grabs the text you put inside the Input field, and sends it to the DeepSeek API when hitting the button \"Send Message\". \n\nYou must purchase credits in your DeepSeek account to use the API. Nevertheless, they might be cheaper than ChatGPT API. \n\n![](/Images/Screenshot3.JPG)\n\n\n\u003e Note that DeepSeek is a paid API, I recommend using [Gemini](https://github.com/UnityGameStudio/Gemini-Unity-Package) instead, which is free upon certain amount of requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitygamestudio%2Fdeepseek-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitygamestudio%2Fdeepseek-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitygamestudio%2Fdeepseek-unity/lists"}