|
@@ -1,32 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"cells": [
|
|
"cells": [
|
|
|
{
|
|
{
|
|
|
- "cell_type": "code",
|
|
|
|
|
- "execution_count": null,
|
|
|
|
|
- "id": "f6fac978",
|
|
|
|
|
- "metadata": {},
|
|
|
|
|
- "outputs": [],
|
|
|
|
|
- "source": [
|
|
|
|
|
- "Outline:\n",
|
|
|
|
|
- "- Get the API Key\n",
|
|
|
|
|
- "- Get the SDK\n",
|
|
|
|
|
- "- List models, pick a model (4 Mav)\n",
|
|
|
|
|
- "- Chat completion \n",
|
|
|
|
|
- "- - Text-only\n",
|
|
|
|
|
- "- - Multi-turn\n",
|
|
|
|
|
- "- - Streaming\n",
|
|
|
|
|
- "- - Image compare: 2x Wikimedia URLs\n",
|
|
|
|
|
- "- - JSON structured output - \n",
|
|
|
|
|
- "receipt image? \n",
|
|
|
|
|
- "From text, extract structured text\n",
|
|
|
|
|
- "- Long context? (128K in, 4k out)\n",
|
|
|
|
|
- "- Tool calling\n",
|
|
|
|
|
- "- Tool result and final model answer\t\n",
|
|
|
|
|
- "- Multi turn with multiple tool calls and follow up questions\n",
|
|
|
|
|
- "- Moderation"
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
"cell_type": "markdown",
|
|
"cell_type": "markdown",
|
|
|
"id": "d4e921b8",
|
|
"id": "d4e921b8",
|
|
|
"metadata": {},
|
|
"metadata": {},
|