diff --git a/.github/workflows/canary-multi-turn.yml b/.github/workflows/canary-multi-turn.yml index 02ec4b4..13c7b31 100644 --- a/.github/workflows/canary-multi-turn.yml +++ b/.github/workflows/canary-multi-turn.yml @@ -14,18 +14,12 @@ jobs: model: - mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K] - meta-llama/llama-3-8b-instruct # $0.07 [ 8K] - - openchat/openchat-7b # $0.07 [ 8K] - openchat/openchat-8b # $0.08 [ 8K] - qwen/qwen-4b-chat # $0.09 [32K] - microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K] - nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K] - - teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K] - - nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K] - - open-orca/mistral-7b-openorca # $0.18 [ 8K] - mistralai/mixtral-8x7b-instruct # $0.24 [32K] - - qwen/qwen-14b-chat # $0.27 [32K] - meta-llama/llama-3-70b-instruct # $0.59 [ 8K] - - mistralai/mixtral-8x22b-instruct # $0.65 [64K] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/general-knowledge.yml b/.github/workflows/general-knowledge.yml index 3a2b244..8dc0f77 100644 --- a/.github/workflows/general-knowledge.yml +++ b/.github/workflows/general-knowledge.yml @@ -14,18 +14,12 @@ jobs: model: - mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K] - meta-llama/llama-3-8b-instruct # $0.07 [ 8K] - - openchat/openchat-7b # $0.07 [ 8K] - openchat/openchat-8b # $0.08 [ 8K] - qwen/qwen-4b-chat # $0.09 [32K] - microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K] - nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K] - - teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K] - - nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K] - - open-orca/mistral-7b-openorca # $0.18 [ 8K] - mistralai/mixtral-8x7b-instruct # $0.24 [32K] - - qwen/qwen-14b-chat # $0.27 [32K] - meta-llama/llama-3-70b-instruct # $0.59 [ 8K] - - mistralai/mixtral-8x22b-instruct # $0.65 [64K] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/high-school-stem.yml b/.github/workflows/high-school-stem.yml index abe3872..1485f25 100644 --- a/.github/workflows/high-school-stem.yml +++ b/.github/workflows/high-school-stem.yml @@ -14,18 +14,12 @@ jobs: model: - mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K] - meta-llama/llama-3-8b-instruct # $0.07 [ 8K] - - openchat/openchat-7b # $0.07 [ 8K] - openchat/openchat-8b # $0.08 [ 8K] - qwen/qwen-4b-chat # $0.09 [32K] - microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K] - nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K] - - teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K] - - nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K] - - open-orca/mistral-7b-openorca # $0.18 [ 8K] - mistralai/mixtral-8x7b-instruct # $0.24 [32K] - - qwen/qwen-14b-chat # $0.27 [32K] - meta-llama/llama-3-70b-instruct # $0.59 [ 8K] - - mistralai/mixtral-8x22b-instruct # $0.65 [64K] steps: - uses: actions/checkout@v4