Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions blog/2025-09-10-blog-post.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
slug: 2025-09-10-claude
title: claude is now available!
authors: [sajid-ali]
tags: [pythia, genai]
---

We are pleased to announce that the `claude` (`4.0` and `3.7`) models are now available via Pythia. Here are the overviews for the models:
https://www.anthropic.com/claude/sonnet, https://www.anthropic.com/claude/opus

<!-- truncate -->

With API keys to access Claude, you can also enable Claude API tools like Claude Code. Refer to this guide for more details: https://portkey.ai/docs/integrations/libraries/claude-code#2-integrate-portkey-with-claude-code
8 changes: 6 additions & 2 deletions docs/genai/03_external_llms/01_catalogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

We currently facilitate access to the following externally hosted LLMs:

## OpenAI
## Anthropic (via AWS Bedrock)
- Claude Sonnet (4.0 & 3.7)
- Claude Opus 4.0

## OpenAI (via Azure OpenAI)
- gpt-4o-mini
- gpt-4o
- o4-mini
- text-embedding-3-small

## VertexAI
## Google (via GCP VertexAI)
- gemini-2.5 models (pro, flash, flash-lite)
- gemini-2.0 models (flash, flash-lite)
- gemini-embedding-001
Expand Down