GitHub
github.com โบ topics โบ anthropic-api
anthropic-api ยท GitHub Topics ยท GitHub
A native Android app created with React Native on the Expo framework. Chat with assistants from OpenAI, Anthropic and Mistral. redux react-native apk mistral expo redux-toolkit chatgpt chatgpt-api anthropic mistral-api mistral-ai claude-3 ...
GitHub
github.com โบ anthropics โบ anthropic-sdk-python
GitHub - anthropics/anthropic-sdk-python
On every iteration, an API request will be made, if Claude wants to call one of the given tools then it will be automatically called, and the result will be returned directly to the model in the next iteration. For more information see the full docs. This library provides several conveniences for streaming messages, for example: import asyncio from anthropic import AsyncAnthropic client = AsyncAnthropic() async def main() -> None: async with client.messages.stream( max_tokens=1024, messages=[ { "role": "user", "content": "Say hello there!", } ], model="claude-sonnet-4-5-20250929", ) as stream: async for text in stream.text_stream: print(text, end="", flush=True) print() message = await stream.get_final_message() print(message.to_json()) asyncio.run(main())
Starred by 2.5K users
Forked by 410 users
Languages ย Python
Videos
GitHub
github.com โบ anthropics โบ claude-quickstarts
GitHub - anthropics/claude-quickstarts: A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API
To use these quickstarts, you'll need an Claude API key. If you don't have one yet, you can sign up for free at console.anthropic.com.
Starred by 12.8K users
Forked by 2.1K users
Languages ย Python 56.1% | TypeScript 26.2% | Jupyter Notebook 7.2% | JavaScript 6.3% | Shell 1.5% | HTML 1.1%
GitHub
github.com โบ Alle-AI โบ anthropic-api-php
GitHub - Alle-AI/anthropic-api-php: A PHP library for interacting with Anthropic's API.
Learn more about Anthropic's API. Note: Anthropic is rolling out Claude slowly and incrementally. Please see here on how to get access. If you have any questions or feedback, please use the discussion board or you can send a mail to [email protected]. This software is copyright (c) 2023-present Alle-AI | Your All-In-One AI Platform. This software is free ...
Starred by 26 users
Forked by 4 users
Languages ย PHP
GitHub
github.com โบ galaxyapi โบ claude-3
GitHub - galaxyapi/claude-3: Free Proxy to access Claude-3 API. Anthropic key not required ๐. It uses OpenAI format api to easily integrate on any Openai supported frontend.
Free Proxy to access Claude-3 API. Anthropic key not required ๐. It uses OpenAI format api to easily integrate on any Openai supported frontend. - galaxyapi/claude-3
Starred by 111 users
Forked by 8 users
GitHub
github.com โบ mikerhodesideas โบ free โบ blob โบ main โบ test-anthropic-apikey
free/test-anthropic-apikey at main ยท mikerhodesideas/free
free scripts for your delight & entertainment (& productivity!) - free/test-anthropic-apikey at main ยท mikerhodesideas/free
Author ย mikerhodesideas
GitHub
github.com โบ Good-player โบ free-claude-api
GitHub - Good-player/free-claude-api-and-anthropic: We have claude ...
We have claude free api key! Please only for testing for individual. Or in super small application. I dont have infinite money. But it official api key tho. - Good-player/free-claude-api-and-anthropic
Author ย Good-player
GitHub
github.com โบ anthropics โบ anthropic-sdk-typescript
GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs in TypeScript
This library provides convenient access to the Anthropic REST API from server-side TypeScript or JavaScript.
Starred by 1.4K users
Forked by 181 users
Languages ย TypeScript 96.8% | Shell 2.1% | JavaScript 1.1%
GitHub
github.com โบ topics โบ anthropic
anthropic ยท GitHub Topics ยท GitHub
aws google ai clone azure mcp gemini vision openai artifacts webui claude o1 chatgpt chatgpt-clone gpt-5 anthropic librechat deepseek responses-api
GitHub
github.com โบ alexrudall โบ ruby-anthropic
GitHub - alexrudall/ruby-anthropic: Anthropic (Claude) API + Ruby! ๐ค๐
Anthropic (Claude) API + Ruby! ๐ค๐. Contribute to alexrudall/ruby-anthropic development by creating an account on GitHub.
Starred by 227 users
Forked by 46 users
Languages ย Ruby 99.7% | Shell 0.3%
GitHub
github.com โบ jamesrochabrun โบ SwiftAnthropic
GitHub - jamesrochabrun/SwiftAnthropic: An open-source Swift package for interacting with Anthropic's public API.
An open-source Swift package for interacting with Anthropic's public API. - jamesrochabrun/SwiftAnthropic
Starred by 211 users
Forked by 57 users
Languages ย Swift
GitHub
github.com โบ topics โบ anthropic-claude
anthropic-claude ยท GitHub Topics ยท GitHub
api rust ai claude llm chain-of-thought anthropic anthropic-claude deepseek deepseek-r1 ... Use Claude Code or Cursor CLI on mobile and web with Claude Code UI. Claude Code UI free open source webui/GUI that helps you manage your Claude Code session and projects remotely
GitHub
github.com โบ topics โบ anthropic-ai
anthropic-ai ยท GitHub Topics ยท GitHub
A native Android app created with React Native on the Expo framework. Chat with assistants from OpenAI, Anthropic and Mistral. redux react-native apk mistral expo redux-toolkit chatgpt chatgpt-api anthropic mistral-api mistral-ai claude-3 ...
GitHub
github.com โบ timshim โบ anthropic
GitHub - timshim/anthropic: An unofficial wrapper for Anthropic API
An unofficial wrapper for Anthropic API. Contribute to timshim/anthropic development by creating an account on GitHub.
Author ย timshim
Reddit
reddit.com โบ r/anthropic โบ is there any good web gui for anthropic api rather than using clauide.ai
r/Anthropic on Reddit: Is there any good web gui for Anthropic API rather than using clauide.ai
July 1, 2024 -
I found Claude's 3.5 sonnet very useful for assisting me in coding. But I don't like to pay a fixed price of $20/m, I prefer via API. Is there any good web UI I can use with Anthropic?
Top answer 1 of 4
7
https://librechat.ai/ Best self hosted project you will find and compatible with almost all APIs out there. Just use the docker version if you are familiar with docker. You can even host it on the network for all devices easily.
2 of 4
3
Personally, I use openwebui with their self-hosted pipeline. open-webui/open-webui: User-friendly WebUI for LLMs (Formerly Ollama WebUI) (github.com)
GitHub
github.com โบ karthink โบ gptel โบ discussions โบ 275
Retrieve the Anthropics API key using 'auth-source'. ยท karthink/gptel ยท Discussion #275
I wrote a function to retrieve the API secret for anthropics from auth source. Maybe you want to include it into your library?! (defun get-anthropic-key () "Retrieve the Anthropics API key using 'a...
Author ย karthink
Anthropic
docs.anthropic.com โบ en โบ api โบ getting-started
Features overview - Claude Docs
Explore Claude's advanced features and capabilities.
GitHub
github.com โบ fabiustech โบ anthropic
GitHub - fabiustech/anthropic: Zero dependency (Unofficial) Go client for the Anthropic API.
Starred by 8 users
Forked by 2 users
Languages ย Go