Commit Graph

110 Commits

Author SHA1 Message Date
based 20376a03e3 better filter and 4o detection + change to stable api vers 2024-06-19 15:23:49 +10:00
based 2596b9c908 fix for model ordering 2024-06-07 01:18:44 +10:00
based 0f9e2be7b9 dead makersuite key detection (perma 429 err) 2024-06-05 12:18:36 +10:00
based 70af98ec39 test for google makersuite billing 2024-06-03 21:29:35 +10:00
based 2e235ac44c implement catching and auto retrying when a service decides to shit on a connection due to rate limits or other things mid keycheck 2024-06-03 21:27:42 +10:00
based c286038efd start checking for 0314 32k by default instead
don't think anybody cares about 'real' 32k keys that have 0613 anymore, 0314 always was the better model anyway, but we'll still mark them with a flag just in case

also brought back the readme
2024-05-20 07:50:42 +10:00
based 8867ebc0d5 made the async aws checker the default checker
also only output oai/anthropic keys that hold a quota when running -proxyoutput since having 300 quotaless oai keys isnt the flex it used to be
2024-05-20 07:34:40 +10:00
based 80101693a9 fucking pest 2024-05-16 02:34:12 +10:00
based ea61c44dba . 2024-05-12 04:43:35 +10:00
based 5ff13d4fe3 async aws checker (run with -awsasync)
will eventually replace the old one if people don't find any issue with it
2024-05-12 04:36:36 +10:00
based 229d528bf4 hmph 2024-05-06 22:52:30 +10:00
based 861ad18f46 t 2024-05-06 07:10:36 +10:00
based e38d9d0500 and they update it once more. 2024-03-31 19:29:22 +10:00
based 99a1dcf9c0 update anthropic rate limits for sonnet changes 2024-03-29 05:53:17 +10:00
based e77be28e66 fix latest model detection on makersuite 2024-03-27 12:12:41 +10:00
based 96274c0ad6 Merge branch 'master' of https://github.com/kingbased/keychecker 2024-03-20 02:49:53 +10:00
based 9211e807d6 wtf was blud doing ??? 2024-03-20 02:48:28 +10:00
the big boss 3b77bc4914 dario... 2024-03-20 02:00:04 +10:00
based 64c0ad5979 added 11labs support + detect dalle deployments on azure 2024-03-20 00:52:55 +10:00
based 1fdd2661c9 more retard ocd ignore 2024-03-18 12:32:12 +10:00
the big boss 9ae1b62668 Merge pull request #4 from dietpepsigirl/master
migrate to messages api for anthropic checker
2024-03-18 02:25:01 +00:00
dietpepsigirl 6d5b9c9080 /n fixes & removal of unnecessary if 2024-03-17 22:17:30 -04:00
dietpepsigirl f227afe5f9 Merge branch 'master' into master 2024-03-17 20:50:53 -04:00
based 3fc06f309f he really forgor
i need to sleep desu
2024-03-18 10:13:28 +10:00
based f88fe7faf9 schizo 2024-03-18 10:01:49 +10:00
dietpepsigirl 0b0b5ec090 tier checking claude keys via messages api 2024-03-17 19:49:02 -04:00
based a1f7d18af9 holy ocd x2 2024-03-16 22:20:27 +10:00
based fb188521a9 holy ocd 2024-03-16 22:19:07 +10:00
based 5ac1a6a93c claude quota check + aws v3 fallback for keys without v2 enabled 2024-03-16 22:15:28 +10:00
based eef20d0857 mark anthropic keys with disabled orgs as invalid 2024-03-06 22:06:54 +10:00
based 87764096be bump q'd keys up to the top of the list 2024-03-04 18:48:59 +10:00
based 45f2ef124a update main.py 2024-03-01 12:23:55 +10:00
based b8380ccb33 update mistral model so the checker doesn't die in 3 months 2024-02-28 10:46:09 +10:00
based c7ac59728f did it again oops 2024-02-28 10:37:47 +10:00
based 72fe4acf58 might have been wrong about quarantine not showing up on admin keys
(i think it's only the v2 policy that doesn't show up)
2024-02-28 10:32:21 +10:00
based e76ea11cdc implemented openrouter support 2024-02-23 20:45:47 +10:00
based cc4e049b6a ethical
pretty sure this is just standard on all keys now, my private key that has seen only entirely legitimate and minimal use also has the message so.
2024-02-18 01:51:56 +10:00
based fddb8a4bcc might be possible? idk 2024-02-17 22:09:37 +10:00
based 02ef6a0b13 oops 2024-02-17 22:02:37 +10:00
based 4685bbab3d clean up aws checker 2024-02-16 22:07:28 +10:00
based 03fbeb741e mark quarantined keys with bedrock already set up as valid 2024-02-16 15:53:04 +10:00
based 6372f929d4 distinguish makersuite keys with special gemini models 2024-02-16 15:04:52 +10:00
based 5d99a6802a \n 2024-02-15 05:01:28 +10:00
based 681bdc3134 fix for openai gateway timeout ratelimit and some aws changes 2024-02-15 04:55:28 +10:00
based fc9b4fe95d remove debug 2024-01-30 05:15:56 +10:00
based e8a90abdc1 fix tiering not showing due to change with OAI rate limits 2024-01-30 05:15:16 +10:00
based c4679e67d8 only output aws keys with bedrock enabled when running -proxyoutput 2024-01-28 14:49:00 +10:00
based 088814edd6 prioritize non filtered models when coming across the same model tier in azure
also reverted the azure checker to being multithreaded instead of asynchronous, the async version does nothing but choke on large key counts even with a small semaphore value. if theres any sort of rate limit in place on something then async is slop.

run_in_executor was also causing timeout errors and ignoring caught exceptions so it's been removed and replaced with the old as_completed method. it gets passed to an executor in the end either way so there shouldn't be much of a performance difference, if any.
2024-01-27 19:21:52 +10:00
based aaa5fd8e89 this bald fuck 2024-01-27 08:08:19 +10:00
based 950d7a8005 Update README.md 2024-01-24 07:50:58 +10:00