{"id":22808878,"url":"https://github.com/evex-dev/blackbox-ai","last_synced_at":"2025-04-13T20:51:37.910Z","repository":{"id":262814671,"uuid":"888440028","full_name":"evex-dev/blackbox-ai","owner":"evex-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-10T12:55:38.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-10T14:04:27.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsr.io/@evex/blackbox-ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evex-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-14T12:03:12.000Z","updated_at":"2025-04-10T12:55:42.000Z","dependencies_parsed_at":"2024-11-14T13:18:54.483Z","dependency_job_id":"d66afc7f-f4ac-492d-a23e-cdfc8d36260c","html_url":"https://github.com/evex-dev/blackbox-ai","commit_stats":null,"previous_names":["evex-dev/blackbox-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fblackbox-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fblackbox-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fblackbox-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fblackbox-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evex-dev","download_url":"https://codeload.github.com/evex-dev/blackbox-ai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782278,"owners_count":21160716,"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":"2024-12-12T11:12:32.394Z","updated_at":"2025-04-13T20:51:37.903Z","avatar_url":"https://github.com/evex-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @evex/blackbox-ai\n\nBlackbox.ai client for TypeScript.\n\n## Install\n\nThe package is published via [jsr.io](https://jsr.io/@evex/blackbox-ai).\n\n```shell\ndeno add jsr:@evex/blackbox-ai # Deno\nbunx jsr add --bun @evex/blackbox-ai # Bun\npnpm dlx jsr add --pnpm @evex/blackbox-ai # pnpm\nyarn dlx jsr add --yarn @evex/blackbox-ai # Yarn\nnpx jsr add @evex/blackbox-ai # npm\n```\n\n## Usage\n\n```ts\nimport { streamText } from 'ai'\nimport { blackbox } from '@evex/blackbox-ai'\n\nconst stream = streamText({\n  model: blackbox('deepseek-v3'),\n  prompt: 'Hi, who are you',\n}).textStream\n\nfor await (const chunk of stream) {\n  console.log(chunk)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevex-dev%2Fblackbox-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevex-dev%2Fblackbox-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevex-dev%2Fblackbox-ai/lists"}