# Token.js - 하나의 SDK로 200+개 LLM 연동하기

> Clean Markdown view of GeekNews topic #17234. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=17234](https://news.hada.io/topic?id=17234)
- GeekNews Markdown: [https://news.hada.io/topic/17234.md](https://news.hada.io/topic/17234.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-10-15T09:32:01+09:00
- Updated: 2024-10-15T09:32:01+09:00
- Original source: [github.com/token-js](https://github.com/token-js/token.js)
- Points: 13
- Comments: 3

## Summary

Token.js는 OpenAI 포맷을 통해 10개 프로바이더의 200개 이상의 LLM을 호출할 수 있어 다양한 AI 모델을 쉽게 활용할 수 있습니다. 또한, JSON 아웃풋, 이미지 입력, 스트리밍 등 다양한 기능을 지원하여 사용자에게 유연한 개발 환경을 제공합니다. 프록시 서버 없이 클라이언트 사이드에서만 동작하므로 보안성과 효율성을 높일 수 있습니다.

## Topic Body

- OpenAI 포맷을 이용해서 10개 프로바이더의 200+개 LLM 호출   
  - AI21, Anthropic, AWS Bedrock, Cohere, Gemini, Groq, Mistral, OpenAI, Perplexity, OpenRouter  
- Tools, JSON 아웃풋, 이미지 입력, 스트리밍등을 지원   
- 프록시 서버 없이 클라이언트 사이드에서만 동작

## Comments



### Comment 30060

- Author: ragingwind
- Created: 2024-10-15T11:04:58+09:00
- Points: 1

AI SDK 에서 제공하는 것과 비슷하네요

### Comment 30053

- Author: kairess
- Created: 2024-10-15T09:46:11+09:00
- Points: 1

파이썬 패키지 마렵네요

### Comment 30083

- Author: wkbae
- Created: 2024-10-16T08:42:13+09:00
- Points: 1
- Parent comment: 30053
- Depth: 1

파이썬에는 https://github.com/BerriAI/litellm 이 있습니다
