-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anthropic batch mode not available #225
Comments
Example (from the batch console welcome page)
Stdout
Batch Output
|
Details / meaningful differences from openai https://docs.anthropic.com/en/docs/build-with-claude/message-batches Different limits
List instead of file content
Different batch statuses
Different request statuses
Recommend streaming finished requests instead of downloading all of them
Different errors
|
Examples: https://docs.anthropic.com/en/api/messages-batch-examples Polling example shows interval of 60 seconds When retrieving results Cancelling a batch
|
API Reference, notable differences from openai System prompt is a parameter not a message
How is structured output done? Through tool use? @CharlieJCJ will provide the details based on the litellm work |
We can't store metadata in the batch, so we will need to store a map of request_file to batch_id |
They just increased the limits significantly for batch:
https://docs.anthropic.com/en/docs/build-with-claude/message-batches#batch-limitations |
Model information: https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table
Batch Doc: https://docs.anthropic.com/en/docs/build-with-claude/message-batches
Batch Examples: https://docs.anthropic.com/en/api/messages-batch-examples
Batch API Reference: https://docs.anthropic.com/en/api/creating-message-batches
Python SDK: https://github.com/anthropics/anthropic-sdk-python
Console batch: https://console.anthropic.com/settings/workspaces/default/batches
Console logs: https://console.anthropic.com/settings/logs
Console usage: https://console.anthropic.com/settings/usage
Discord: https://discord.com/channels/1072196207201501266/1114301961831981107
Thread about batches in discord: https://discord.com/channels/1072196207201501266/1114305823187943506/threads/1315560776374681702
Form to submit batch feedback: https://docs.google.com/forms/d/e/1FAIpQLSfNBdq0FK_WNzvcotvD0HVrFc1c-LrugFV3Rwb6QlTWNceIJQ/viewform
The text was updated successfully, but these errors were encountered: