Tag: APIs
-
Simon Willison’s Weblog: How streaming LLM APIs work
Source URL: https://simonwillison.net/2024/Sep/22/how-streaming-llm-apis-work/#atom-everything Source: Simon Willison’s Weblog Title: How streaming LLM APIs work Feedly Summary: How streaming LLM APIs work New TIL. I used curl to explore the streaming APIs provided by OpenAI, Anthropic and Google Gemini and wrote up detailed notes on what I learned. Tags: apis, http, llms, json AI Summary and Description:…
-
Simon Willison’s Weblog: Musing about OAuth and LLMs on Mastodon
Source URL: https://simonwillison.net/2024/Aug/24/oauth-llms/#atom-everything Source: Simon Willison’s Weblog Title: Musing about OAuth and LLMs on Mastodon Feedly Summary: Musing about OAuth and LLMs on Mastodon Lots of people are asking why Anthropic and OpenAI don’t support OAuth, so you can bounce users through those providers to get a token that uses their API budget for your…
-
Simon Willison’s Weblog: anthropic-sdk-typescript: add support for browser usage
Source URL: https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/#atom-everything Source: Simon Willison’s Weblog Title: anthropic-sdk-typescript: add support for browser usage Feedly Summary: anthropic-sdk-typescript: add support for browser usage This new feature in the Anthropic TypeScript SDK reveals a ew Anthropic JSON API feature, which I found by digging through the code. You can now add the following HTTP request header to…