Categories
Anthropic LLM Code Generation

What is Claude Prompt Caching? How does it work?

Claude just rolled out prompt caching in the Anthropic API which cuts API input costs by up to 90% and reduces latency by up to 80%. Claude 3.5 Sonnet is one of the most advanced LLM available, it is also one of the most expensive models. The current price for their sonnet model is $3 per […]

Categories
GPT-40 LLM Code Generation

How to Use GPT Code Interpreter via API

The GPT Code Interpreter is a powerful tool that allows Chat Assistants created using OpenAI APIs to write and run Python code in a sandboxed environment. This tool is highly suited for handling tasks such as processing files with various data formats, solving complex coding problems, generating data files, and creating graph images. The Code […]