Skip to content
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

[Feature]: Consistent format for model_prices_and_context_window file #1375

Open
krrishdholakia opened this issue Jan 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@krrishdholakia
Copy link
Contributor

The Feature

Each chat, completion model should have:

  • max_input_tokens
  • max_output_tokens
  • input_cost_per_token or input_cost_per_second
  • output_cost_per_token or output_cost_per_second
  • llm provider (azure, bedrock, etc.)
  • mode (embedding, completion, image generation)

Each embedding model should have:

  • max input tokens
  • dimensions (e.g. 2048 for text-embeddings)
  • input_cost_per_token or input_cost_per_second
  • output_cost_per_token or output_cost_per_second
  • llm provider (azure, bedrock, etc.)
  • mode (embedding, completion, image generation)

Motivation, pitch

If it's consistent, then people can write code on top of it

Twitter / LinkedIn details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant