ZIm/crates/collab/src
Marshall Bowers cf0d1e4229
collab: Add granular tokens per minute columns to models table (#28090)
This PR adds new granular tokens per minute columns to the `models`
table in preparation for more fine-grained rate limits.

The following columns have been added:

- `max_input_tokens_per_minute`
- `max_output_tokens_per_minute`

These mirror the "Maximum input tokens per minute (ITPM)" and "Maximum
output tokens per minute (OTPM)" [rate limits from
Anthropic](https://docs.anthropic.com/en/api/rate-limits#rate-limits).

Release Notes:

- N/A
2025-04-04 14:33:15 +00:00
..
api chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
bin windows: Make collab run on Windows (#23117) 2025-01-17 09:39:13 +02:00
db Finish removing git repository state and scanning logic from worktrees (#27568) 2025-04-01 17:41:20 -04:00
llm collab: Add granular tokens per minute columns to models table (#28090) 2025-04-04 14:33:15 +00:00
rpc chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
tests Fix test_peers_following_each_other for Windows (#28008) 2025-04-03 15:47:33 +08:00
api.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
auth.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
cents.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
completion.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
db.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
env.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs chore: Prepare for Rust edition bump to 2024 (without autofix) (#27791) 2025-03-31 20:10:36 +02:00
lib.rs Rename livekit_server to livekit_api (#24984) 2025-02-16 20:24:12 +00:00
llm.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
main.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
migrations.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
rate_limiter.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
rpc.rs chore: Bump Rust version to 1.86 (#28021) 2025-04-03 23:32:50 +02:00
seed.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
stripe_billing.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
user_backfiller.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00