Skip to content

Commit 9ebd466

Browse files
authored
Prep 0.0.56 release (#318)
1 parent c5bd290 commit 9ebd466

21 files changed

+1445
-1782
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ The following providers are currently supported:
4242
- [Fireworks](prices/providers/fireworks.yml) - 13 models
4343
- [Google](prices/providers/google.yml) - 32 models
4444
- [Groq](prices/providers/groq.yml) - 29 models
45-
- [HuggingFace (cerebras)](prices/providers/huggingface_cerebras.yml) - 5 models
46-
- [HuggingFace (fireworks-ai)](prices/providers/huggingface_fireworks-ai.yml) - 9 models
47-
- [HuggingFace (groq)](prices/providers/huggingface_groq.yml) - 3 models
48-
- [HuggingFace (hyperbolic)](prices/providers/huggingface_hyperbolic.yml) - 17 models
45+
- [HuggingFace (cerebras)](prices/providers/huggingface_cerebras.yml) - 1 models
46+
- [HuggingFace (fireworks-ai)](prices/providers/huggingface_fireworks-ai.yml) - 3 models
47+
- [HuggingFace (groq)](prices/providers/huggingface_groq.yml) - 5 models
48+
- [HuggingFace (hyperbolic)](prices/providers/huggingface_hyperbolic.yml) - 12 models
4949
- [HuggingFace (nebius)](prices/providers/huggingface_nebius.yml) - 26 models
50-
- [HuggingFace (novita)](prices/providers/huggingface_novita.yml) - 53 models
51-
- [HuggingFace (nscale)](prices/providers/huggingface_nscale.yml) - 19 models
50+
- [HuggingFace (novita)](prices/providers/huggingface_novita.yml) - 61 models
51+
- [HuggingFace (nscale)](prices/providers/huggingface_nscale.yml) - 20 models
5252
- [HuggingFace (ovhcloud)](prices/providers/huggingface_ovhcloud.yml) - 7 models
53-
- [HuggingFace (publicai)](prices/providers/huggingface_publicai.yml) - 10 models
53+
- [HuggingFace (publicai)](prices/providers/huggingface_publicai.yml) - 8 models
5454
- [HuggingFace (sambanova)](prices/providers/huggingface_sambanova.yml) - 8 models
55-
- [HuggingFace (together)](prices/providers/huggingface_together.yml) - 23 models
55+
- [HuggingFace (together)](prices/providers/huggingface_together.yml) - 24 models
5656
- [Mistral](prices/providers/mistral.yml) - 22 models
5757
- [MoonshotAi](prices/providers/moonshotai.yml) - 9 models
5858
- [Novita](prices/providers/novita.yml) - 34 models
5959
- [OpenAI](prices/providers/openai.yml) - 68 models
6060
- [OpenRouter](prices/providers/openrouter.yml) - 583 models
61-
- [OVHcloud AI Endpoints](prices/providers/ovhcloud.yml) - 18 models
61+
- [OVHcloud AI Endpoints](prices/providers/ovhcloud.yml) - 15 models
6262
- [Perplexity](prices/providers/perplexity.yml) - 8 models
6363
- [Together AI](prices/providers/together.yml) - 72 models
6464
- [X AI](prices/providers/x_ai.yml) - 12 models

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/genai-prices",
3-
"version": "0.0.55",
3+
"version": "0.0.56",
44
"description": "Calculate prices for calling LLM inference APIs",
55
"author": "Pydantic Team",
66
"type": "module",

packages/js/src/__tests__/comprehensive.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ describe('Comprehensive API Tests', () => {
490490
expect(result!.total_price).toBeCloseTo(0.420495, 2)
491491
})
492492

493-
it('huggingface_together', () => {
493+
it.skip('huggingface_together', () => {
494494
const provider = findProvider({ providerId: 'huggingface_together' })
495495
expect(provider).not.toBeUndefined()
496496

0 commit comments

Comments
 (0)