{"id":26411422,"url":"https://github.com/t1ckbase/free-huggingface-api","last_synced_at":"2025-06-27T19:33:39.805Z","repository":{"id":278193687,"uuid":"934421931","full_name":"T1ckbase/free-huggingface-api","owner":"T1ckbase","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T13:20:26.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T14:26:05.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/T1ckbase.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-02-17T20:01:48.000Z","updated_at":"2025-02-18T13:20:29.000Z","dependencies_parsed_at":"2025-02-18T14:36:36.031Z","dependency_job_id":null,"html_url":"https://github.com/T1ckbase/free-huggingface-api","commit_stats":null,"previous_names":["t1ckbase/free-huggingface-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T1ckbase%2Ffree-huggingface-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T1ckbase%2Ffree-huggingface-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T1ckbase%2Ffree-huggingface-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T1ckbase%2Ffree-huggingface-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T1ckbase","download_url":"https://codeload.github.com/T1ckbase/free-huggingface-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244106121,"owners_count":20398961,"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","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-17T20:33:25.442Z","updated_at":"2025-03-17T20:33:40.136Z","avatar_url":"https://github.com/T1ckbase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\npnpm install\npnpm run dev\n```\n\n## GET Model Inference Providers\n\nRetrieves information about the inference providers available for a specific model on Hugging Face.\n\n**Endpoint:**\n\n```\nGET https://huggingface.co/api/models/{model}?expand[]=inferenceProviderMapping\n```\n\n**Description:**\n\nThis endpoint allows you to fetch details about the inference providers that support a given model. This information can be crucial for determining where and how a model can be deployed for inference.\n\n**Example Request:**\n\n```\nGET https://huggingface.co/api/models/deepseek-ai/DeepSeek-R1?expand[]=inferenceProviderMapping\n```\n\n**Path Parameters:**\n\n- `model` (string, required): The unique identifier for the model. This is typically in the format `namespace/model_name`.\n\n**Query Parameters:**\n\n- `expand[]` (string, optional): An array of fields to expand in the response. To retrieve inference provider mappings, include `inferenceProviderMapping`.\n\n**Response Example:**\n\n```json\n{\n  \"_id\": \"678dc6fff905d106be796d8a\",\n  \"id\": \"deepseek-ai/DeepSeek-R1\",\n  \"inferenceProviderMapping\": {\n    \"fireworks-ai\": {\n      \"status\": \"live\",\n      \"providerId\": \"accounts/fireworks/models/deepseek-r1\",\n      \"task\": \"conversational\"\n    },\n    \"together\": {\n      \"status\": \"live\",\n      \"providerId\": \"deepseek-ai/DeepSeek-R1\",\n      \"task\": \"conversational\"\n    },\n    \"novita\": {\n      \"status\": \"staging\",\n      \"providerId\": \"deepseek/deepseek-r1\",\n      \"task\": \"conversational\"\n    },\n    \"nebius\": {\n      \"status\": \"staging\",\n      \"providerId\": \"deepseek-ai/DeepSeek-R1-fast\",\n      \"task\": \"conversational\"\n    },\n    \"hyperbolic\": {\n      \"status\": \"live\",\n      \"providerId\": \"deepseek-ai/DeepSeek-R1\",\n      \"task\": \"conversational\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1ckbase%2Ffree-huggingface-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1ckbase%2Ffree-huggingface-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1ckbase%2Ffree-huggingface-api/lists"}