{"id":23943860,"url":"https://github.com/uralstech/uai.abstraction","last_synced_at":"2025-10-11T03:05:12.159Z","repository":{"id":270813472,"uuid":"911325407","full_name":"Uralstech/UAI.Abstraction","owner":"Uralstech","description":"Contains abstraction for common AI APIs so that different LLM providers like Gemini and OpenAI can be used through a unified interface.","archived":false,"fork":false,"pushed_at":"2025-01-04T16:57:49.000Z","size":2727,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T03:04:33.940Z","etag":null,"topics":["api","chatgpt-api","gemini","gemini-ai","gemini-api","gemini-client","google-gemini","gpt","integration","openai","openai-api","openai-api-client","openupm","unity","unity-integration","unity-package","unity-packages","unity3d"],"latest_commit_sha":null,"homepage":"https://uralstech.github.io/UAI.Abstraction/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Uralstech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"udayshankar"}},"created_at":"2025-01-02T18:48:04.000Z","updated_at":"2025-01-03T08:49:26.000Z","dependencies_parsed_at":"2025-01-03T09:28:13.560Z","dependency_job_id":"f1206f79-923f-4de3-a7a8-b7c4e8313ffe","html_url":"https://github.com/Uralstech/UAI.Abstraction","commit_stats":null,"previous_names":["uralstech/uai.abstraction"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Uralstech/UAI.Abstraction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUAI.Abstraction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUAI.Abstraction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUAI.Abstraction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUAI.Abstraction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uralstech","download_url":"https://codeload.github.com/Uralstech/UAI.Abstraction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUAI.Abstraction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006041,"owners_count":26084024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["api","chatgpt-api","gemini","gemini-ai","gemini-api","gemini-client","google-gemini","gpt","integration","openai","openai-api","openai-api-client","openupm","unity","unity-integration","unity-package","unity-packages","unity3d"],"created_at":"2025-01-06T06:14:34.923Z","updated_at":"2025-10-11T03:05:12.136Z","avatar_url":"https://github.com/Uralstech.png","language":"C#","funding_links":["https://buymeacoffee.com/udayshankar"],"categories":[],"sub_categories":[],"readme":"# UAI.Abstraction\n\nContains abstraction for common AI APIs so that different LLM providers like Gemini and OpenAI can be used through a unified interface. Currently supports the Google Gemini and OpenAI GPT APIs.\n\n[![openupm](https://img.shields.io/npm/v/com.uralstech.uai.abstraction?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.uralstech.uai.abstraction/)\n[![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=downloads\u0026query=%24.downloads\u0026suffix=%2Fmonth\u0026url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.uralstech.uai.abstraction)](https://openupm.com/packages/com.uralstech.uai.abstraction/)\n\n## Installation\n\nRequires Unity 6.0 because of the plugin's usage of [*Awaitable*](https://docs.unity3d.com/6000.0/Documentation/ScriptReference/Awaitable.html). Built and tested in Unity 6.0.\n\n### OpenUPM\n\n1. Open project settings\n2. Select `Package Manager`\n3. Add the OpenUPM package registry:\n    - Name: `OpenUPM`\n    - URL: `https://package.openupm.com`\n    - Scope(s)\n        - `com.uralstech`\n4. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n5. Change the registry from `Unity` to `My Registries`\n6. Add the `UAI.Abstraction` package\n\n### Unity Package Manager\n\n1. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n2. Select the `+` icon and `Add package from git URL...`\n3. Paste the UPM branch URL and press enter:\n    - `https://github.com/Uralstech/UAI.Abstraction.git#upm`\n\n### GitHub Clone\n\n1. Clone or download the repository from the desired branch (master, preview/unstable)\n2. Drag the package folder `UAI.Abstraction/UAI.Abstraction/Packages/com.uralstech.uai.abstraction` into your Unity project's `Packages` folder\n\n## Preview Versions\n\nDo not use preview versions (i.e. versions that end with \"-preview\") for production use as they are unstable and untested.\n\n## Documentation\n\nSee \u003chttps://uralstech.github.io/UAI.Abstraction/DocSource/QuickStart.html\u003e or `APIReferenceManual.pdf` and `Documentation.pdf` in the package documentation for the reference manual and tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fuai.abstraction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furalstech%2Fuai.abstraction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fuai.abstraction/lists"}