Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ pinned: false
|
|
| 15 |
|
| 16 |
## What is Oxlo.ai?
|
| 17 |
|
| 18 |
-
Oxlo.ai is a **developer-first AI inference platform** with **request-based pricing**.
|
| 19 |
-
Unlike token-based providers, we charge a flat fee per API call - a 100-token prompt
|
| 20 |
costs the same as a 50,000-token prompt.
|
| 21 |
|
| 22 |
## 💡 Why Oxlo.ai?
|
|
@@ -63,13 +63,14 @@ response = client.chat.completions.create(
|
|
| 63 |
model="qwen-3-32b",
|
| 64 |
messages=[{"role": "user", "content": "Hello!"}]
|
| 65 |
)
|
| 66 |
-
print(response.choices[0].message.content)
|
| 67 |
|
|
|
|
|
|
|
| 68 |
|
|
|
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
📧 Contact: hello@oxlo.ai
|
|
|
|
| 15 |
|
| 16 |
## What is Oxlo.ai?
|
| 17 |
|
| 18 |
+
Oxlo.ai is a **developer-first AI inference platform** with **request-based pricing**.
|
| 19 |
+
Unlike token-based providers, we charge a flat fee per API call - a 100-token prompt
|
| 20 |
costs the same as a 50,000-token prompt.
|
| 21 |
|
| 22 |
## 💡 Why Oxlo.ai?
|
|
|
|
| 63 |
model="qwen-3-32b",
|
| 64 |
messages=[{"role": "user", "content": "Hello!"}]
|
| 65 |
)
|
|
|
|
| 66 |
|
| 67 |
+
print(response.choices[0].message.content)
|
| 68 |
+
```
|
| 69 |
|
| 70 |
+
## 🔗 Links
|
| 71 |
|
| 72 |
+
- [Website](https://www.oxlo.ai/)
|
| 73 |
+
- [Documentation](https://docs.oxlo.ai/docs/)
|
| 74 |
+
- [Get Started](https://portal.oxlo.ai)
|
| 75 |
+
- [GitHub](https://github.com/oxloai)
|
| 76 |
+
- Contact: [hello@oxlo.ai](mailto:hello@oxlo.ai)
|
|
|