File size: 9,372 Bytes
422262e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
[](#text-generation)Text Generation
-----------------------------------

Generate text based on a prompt.

If you are interested in a Chat Completion task, which generates a response based on a list of messages, check out the [`chat-completion`](./chat_completion) task.

For more details about the `text-generation` task, check out its [dedicated page](https://huggingface.co/tasks/text-generation)! You will find examples and related materials.

### [](#recommended-models)Recommended models

*   [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it): A text-generation model trained to follow instructions.
*   [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B): Smaller variant of one of the most powerful models.
*   [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct): Very powerful text generation model trained to follow instructions.
*   [microsoft/phi-4](https://huggingface.co/microsoft/phi-4): Powerful text generation model by Microsoft.
*   [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M): Strong conversational model that supports very long instructions.
*   [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct): Text generation model used to write code.
*   [deepseek-ai/DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1): Powerful reasoning based open large language model.

Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-generation&sort=trending).

### [](#using-the-api)Using the API

Language

Python JavaScript cURL

Client

huggingface\_hub requests openai

Provider

Featherless Together AI

Settings

Settings

Settings

Copied

import os
from huggingface\_hub import InferenceClient

client = InferenceClient(
    provider="featherless-ai",
    api\_key=os.environ\["HF\_TOKEN"\],
)

completion = client.chat.completions.create(
    model="mistralai/Magistral-Small-2506",
    messages="\\"Can you please let us know more details about your \\"",
)

print(completion.choices\[0\].message)

### [](#api-specification)API specification

#### [](#request)Request

Headers

**authorization**

_string_

Authentication header in the form `'Bearer: hf_****'` when `hf_****` is a personal user access token with “Inference Providers” permission. You can generate one from [your settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained).

Payload

**inputs\***

_string_

**parameters**

_object_

        **adapter\_id**

_string_

Lora adapter id

        **best\_of**

_integer_

Generate best\_of sequences and return the one if the highest token logprobs.

        **decoder\_input\_details**

_boolean_

Whether to return decoder input token logprobs and ids.

        **details**

_boolean_

Whether to return generation details.

        **do\_sample**

_boolean_

Activate logits sampling.

        **frequency\_penalty**

_number_

The parameter for frequency penalty. 1.0 means no penalty Penalize new tokens based on their existing frequency in the text so far, decreasing the model’s likelihood to repeat the same line verbatim.

        **grammar**

_unknown_

One of the following:

                 **(#1)**

_object_

                        **type\***

_enum_

Possible values: json.

                        **value\***

_unknown_

A string that represents a [JSON Schema](https://json-schema.org/). JSON Schema is a declarative language that allows to annotate JSON documents with types and descriptions.

                 **(#2)**

_object_

                        **type\***

_enum_

Possible values: regex.

                        **value\***

_string_

                 **(#3)**

_object_

                        **type\***

_enum_

Possible values: json\_schema.

                        **value\***

_object_

                                **name**

_string_

Optional name identifier for the schema

                                **schema\***

_unknown_

The actual JSON schema definition

        **max\_new\_tokens**

_integer_

Maximum number of tokens to generate.

        **repetition\_penalty**

_number_

The parameter for repetition penalty. 1.0 means no penalty. See [this paper](https://arxiv.org/pdf/1909.05858.pdf) for more details.

        **return\_full\_text**

_boolean_

Whether to prepend the prompt to the generated text

        **seed**

_integer_

Random sampling seed.

        **stop**

_string\[\]_

Stop generating tokens if a member of `stop` is generated.

        **temperature**

_number_

The value used to module the logits distribution.

        **top\_k**

_integer_

The number of highest probability vocabulary tokens to keep for top-k-filtering.

        **top\_n\_tokens**

_integer_

The number of highest probability vocabulary tokens to keep for top-n-filtering.

        **top\_p**

_number_

Top-p value for nucleus sampling.

        **truncate**

_integer_

Truncate inputs tokens to the given size.

        **typical\_p**

_number_

Typical Decoding mass See [Typical Decoding for Natural Language Generation](https://arxiv.org/abs/2202.00666) for more information.

        **watermark**

_boolean_

Watermarking with [A Watermark for Large Language Models](https://arxiv.org/abs/2301.10226).

**stream**

_boolean_

#### [](#response)Response

Output type depends on the `stream` input parameter. If `stream` is `false` (default), the response will be a JSON object with the following fields:

Body

**details**

_object_

        **best\_of\_sequences**

_object\[\]_

                **finish\_reason**

_enum_

Possible values: length, eos\_token, stop\_sequence.

                **generated\_text**

_string_

                **generated\_tokens**

_integer_

                **prefill**

_object\[\]_

                        **id**

_integer_

                        **logprob**

_number_

                        **text**

_string_

                **seed**

_integer_

                **tokens**

_object\[\]_

                        **id**

_integer_

                        **logprob**

_number_

                        **special**

_boolean_

                        **text**

_string_

                **top\_tokens**

_array\[\]_

                        **id**

_integer_

                        **logprob**

_number_

                        **special**

_boolean_

                        **text**

_string_

        **finish\_reason**

_enum_

Possible values: length, eos\_token, stop\_sequence.

        **generated\_tokens**

_integer_

        **prefill**

_object\[\]_

                **id**

_integer_

                **logprob**

_number_

                **text**

_string_

        **seed**

_integer_

        **tokens**

_object\[\]_

                **id**

_integer_

                **logprob**

_number_

                **special**

_boolean_

                **text**

_string_

        **top\_tokens**

_array\[\]_

                **id**

_integer_

                **logprob**

_number_

                **special**

_boolean_

                **text**

_string_

**generated\_text**

_string_

If `stream` is `true`, generated tokens are returned as a stream, using Server-Sent Events (SSE). For more information about streaming, check out [this guide](https://huggingface.co/docs/text-generation-inference/conceptual/streaming).

Body

**details**

_object_

        **finish\_reason**

_enum_

Possible values: length, eos\_token, stop\_sequence.

        **generated\_tokens**

_integer_

        **input\_length**

_integer_

        **seed**

_integer_

**generated\_text**

_string_

**index**

_integer_

**token**

_object_

        **id**

_integer_

        **logprob**

_number_

        **special**

_boolean_

        **text**

_string_

**top\_tokens**

_object\[\]_

        **id**

_integer_

        **logprob**

_number_

        **special**

_boolean_

        **text**

_string_

[< \> Update on GitHub](https://github.com/huggingface/hub-docs/blob/main/docs/inference-providers/tasks/text-generation.md)

Chat Completion