LiteAI – OpenAI, Anthropic, and Google LLMs at a discount

https://news.ycombinator.com/rss Hits: 1
Summary

from openai import OpenAI client = OpenAI( base_url="https://app.liteapi.ai/api/v1", api_key="<LiteAPI_API_KEY>", ) completion = client.chat.completions.create( model="openai/gpt-4o", messages=[{"role": "user", "content": "Hello, how are you?"}] print(completion.choices[0].message)

First seen: 2025-11-14 13:51

Last seen: 2025-11-14 13:51